# Functions
AsyncContractTrieOption set asyncContractTrie as true.
CanTransfer checks whether the from account has enough balance.
DisableSortCachedContractsOption set disable sort cached contracts as true.
EnableCancunEVMOption indicates that Cancun EVM is activated.
ExecuteContract processes a transfer which contains a contract.
FixRevertSnapshotOption set fixRevertSnapshot as true.
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.
PanicUnrecoverableErrorOption set panicUnrecoverableError 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.
No description provided by the author
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
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
StateDBAdapterOption set StateDBAdapter construction param.