Documentation ¶
Index ¶
Constants ¶
View Source
const ( CosmosCallType = "cosmos" CosmosDepth = 0 SendCallName = "send" DelegateCallName = "delegate" MultiCallName = "multi-send" UndelegateCallName = "undelegate" EvmCallName = "call" EvmCreateName = "create" IsAvailable = false )
Variables ¶
View Source
var BIG0 = big.NewInt(0)
Functions ¶
func AddDefaultInnerTx ¶
func AddDefaultInnerTx(...interface{}) interface{}
func ParseInnerTxAndContract ¶
func ParseInnerTxAndContract(...interface{}) (interface{}, interface{})
func UpdateDefaultInnerTx ¶
func UpdateDefaultInnerTx(...interface{})
Types ¶
type InnerTxKeeper ¶
type InnerTxKeeper interface { InitInnerBlock(...interface{}) UpdateInnerTx(...interface{}) UpdateWasmInnerTx(...interface{}) }
Click to show internal directories.
Click to hide internal directories.