# Functions
CheckPendingActionList will go through the pending action list, for an executed action: 1) update the expectation balance map if the action has been run successfully 2) remove the action from pending list.
DeployContract deploys a smart contract before starting action injections.
GetActionByActionHash acquires action by calling coreService.
GetAllBalanceMap returns a account balance map of all admins and delegates.
GetReceiptByAction acquires receipt by calling coreService.
GetTotalTsfCreated returns number of total transfer action created.
GetTotalTsfFailed returns number of total transfer action failed.
GetTotalTsfSentToAPI returns number of total transfer action successfully send through GRPC.
GetTotalTsfSucceeded returns number of total transfer action created.
InitCounter initializes the map of nonce counter of each address.
InjectByAps injects Actions in APS Mode.
InjectByInterval injects Actions in Interval Mode.
LoadAddresses loads key pairs from key pair path and construct addresses.
# Structs
AddressKey contains the encoded address and private key of an account.
KeyPair contains the public and private key of an address.
KeyPairs indicate the keypair of accounts getting transfers from Creator in genesis block.