Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
func NewHandler(ck bank.CoinKeeper, cm Mapper) sdk.Handler
Handle all "coolmodule" type objects
Types ¶
type Mapper ¶
type Mapper struct {
// contains filtered or unexported fields
}
This Cool Mapper handlers sets/gets of custom variables for your module
type QuizMsg ¶
A message type to quiz how cool you are. these fields are can be entirely arbitrary and custom to your message
func NewQuizMsg ¶
New cool message
func (QuizMsg) GetSignBytes ¶
Get the bytes for the message signer to sign on
func (QuizMsg) GetSigners ¶
func (QuizMsg) ValidateBasic ¶
Validate Basic is used to quickly disqualify obviously invalid messages quickly
type SetTrendMsg ¶
A really cool msg type, these fields are can be entirely arbitrary and custom to your message
func NewSetTrendMsg ¶
func NewSetTrendMsg(sender sdk.Address, cool string) SetTrendMsg
New cool message
func (SetTrendMsg) Get ¶
func (msg SetTrendMsg) Get(key interface{}) (value interface{})
func (SetTrendMsg) GetSignBytes ¶
func (msg SetTrendMsg) GetSignBytes() []byte
Get the bytes for the message signer to sign on
func (SetTrendMsg) GetSigners ¶
func (msg SetTrendMsg) GetSigners() []sdk.Address
func (SetTrendMsg) String ¶
func (msg SetTrendMsg) String() string
func (SetTrendMsg) ValidateBasic ¶
func (msg SetTrendMsg) ValidateBasic() sdk.Error
Validate Basic is used to quickly disqualify obviously invalid messages quickly
Click to show internal directories.
Click to hide internal directories.