Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BeginBlock ¶
type CustomMsg ¶
type CustomMsg struct {
Test *TestMsg `json:"test,omitempty"`
}
CustomMsg is a message sent from a smart contract to the Babylon module TODO: implement
type CustomQuery ¶
type CustomQuery struct {
Test *TestQuery `json:"test,omitempty"`
}
CustomQuery is a query request from a smart contract to the Babylon module TODO: implement
type SudoMsg ¶
type SudoMsg struct { BeginBlockMsg *BeginBlock `json:"begin_block,omitempty"` EndBlockMsg *EndBlock `json:"end_block,omitempty"` }
SudoMsg is a message sent from the Babylon module to a smart contract
type TestResponse ¶
type TestResponse struct { // MaxCap is the max cap limit Placeholder2 string `json:"placeholder2"` }
Click to show internal directories.
Click to hide internal directories.