# Packages
No description provided by the author
# Functions
DumpAccounts will dump the accounts to file.
DumpKeys will dump the keys to file.
Load will load the itest from file.
LoadAccounts will load accounts from file.
LoadConfig will load the itest config from file.
LoadContract will load a contract from file.
LoadKeys will load keys from file.
New will return the itest by config and keys.
NewAccount return a new account.
NewContract will return a new contract.
NewKey will return a new key.
NewReceiptFromPb returns a new Receipt instance from protobuffer struct.
NewRunner will return a new runner.
NewTransaction will return a new transaction by actions.
NewTransactionFromPb returns a new transaction instance from protobuffer transaction struct.
# Constants
Constant of Contract.
Constant of Contract.
Constant of itest config.
Constant of key.
Constant of itest.
# Variables
Constant of Transaction.
No delay.
Max expired time is 90 seconds.
about 30000~100000 gas per tx.
1 mutiple gas.
Constant of Client.
Constant of Client.
Constant of Client.
Constant of Client.
Constant of Client.
No mutiple signers.
Constant of Client.
# Structs
Account is account of user.
AccountJSON is the json serialization of account.
Client is a grpc client for iserver.
Config is the config of itest.
Contract is the contract object.
ITest is the test controller.
Key is the key pair.
KeyJSON is the json serialization of key.
Receipt is the transaction receipt object.
Runner is the benchmark runner.
Transaction is the transaction object.