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