# Functions
AssertValidAccountID tries to parse the given accountID as an hedera.AccountID.
AssertValidKeyPair tries to parse the given key pair as an hedera.PrivateKey.
NewHederaTestClient create a new HederaTestClient.
RunCLI is a test help function to execute the cli binary with the given args arguments.
Testdata is a test helper function to read a golden file.
# Structs
CreateTokenOptions are options pass to HederaTestClient.MustCreateToken to create a new token.
HederaTestClient is a simple wrapper around a *hedera.Client use to make assertions about the state of the chain in tests.