# Functions
AsyncContractTrieOption set asyncContractTrie as true.
CanTransfer checks whether the from account has enough balance.
DisableSortCachedContractsOption set disable sort cached contracts as true.
ExecuteContract processes a transfer which contains a contract.
FixSnapshotOrderOption set fixSnapshotOrder as true.
LegacyNonceAccountOption set legacyNonceAccount as true.
MakeTransfer transfers account.
ManualCorrectGasRefundOption set manualCorrectGasRefund as true.
NewStateDBAdapter creates a new state db with iotex blockchain.
NotFixTopicCopyBugOption set notFixTopicCopyBug as true.
ReadContractStorage reads contract's storage.
RevertLogOption set revertLog as true.
SimulateExecution simulates the execution in evm.
SuicideTxLogMismatchPanicOption set suicideTxLogMismatchPanic as true.
UseConfirmedNonceOption set usePendingNonce as true.
WithHelperCtx returns a new context with helper context.
ZeroNonceForFreshAccountOption set zeroNonceForFreshAccount as true.
# Constants
CodeKVNameSpace is the bucket name for code.
ContractKVNameSpace is the bucket name for contract data storage.
PreimageKVNameSpace is the bucket name for preimage data storage.
# Variables
ErrInconsistentNonce is the error that the nonce is different from executor's nonce.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
StateDBAdapterOption set StateDBAdapter construction param.