Documentation
¶
Index ¶
Constants ¶
View Source
const ( EVENT_LOG = "Log" EVENT_NOTIFY = "Notify" )
View Source
const ( CONTRACT_STATE_FAIL byte = 0 CONTRACT_STATE_SUCCESS byte = 1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecuteNotify ¶
type ExecuteNotify struct {
TxHash common.Uint256
State byte
GasConsumed uint64
Notify []*NotifyEventInfo
}
type LogEventArgs ¶
LogEventArgs describe smart contract event log struct
type NotifyEventArgs ¶
type NotifyEventArgs struct {
ContractAddress common.Address
States types.StackItems
}
NotifyEventArgs describe smart contract event notify arguments struct
type NotifyEventInfo ¶
NotifyEventInfo describe smart contract event notify info struct
Click to show internal directories.
Click to hide internal directories.