Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallGas ¶
type CallGas func( code opcodes.OpCode, availableGas uint64, stx *stack.Stack, mem *memory.Memory, store *storage.Storage, ) (memExpSize uint64, gasCost uint64, sendGas uint64, err error)
func Call ¶
func Call() [opcodes.MaxOpCodesCount]CallGas
type CommonCalculator ¶
type CommonCalculator func( acc *environment.Account, stx *stack.Stack, mem *memory.Memory, store *storage.Storage, ) (memExpSize uint64, gasCost uint64, err error)
func Common ¶
func Common() [opcodes.MaxOpCodesCount]CommonCalculator
type ContractStoreGas ¶
func ContractStore ¶
func ContractStore() ContractStoreGas
Click to show internal directories.
Click to hide internal directories.