Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SudoMsg ¶
type SudoMsg struct { // This will be delivered beginning of every block for all the contracts which have been marked as privileged BeginBlock *struct{} `json:"begin_block,omitempty"` // This will be delivered end of every block for all the contracts which have been marked as privileged EndBlock *struct{} `json:"end_block,omitempty"` }
SudoMsg callback message sent to a contract.
Click to show internal directories.
Click to hide internal directories.