Versions in this module Expand all Collapse all v0 v0.12.0 Mar 27, 2018 Changes in this version + func NewHandler(ck bank.CoinKeeper, cm Mapper) sdk.Handler + type Mapper struct + func NewMapper(key sdk.StoreKey) Mapper + func (am Mapper) GetTrend(ctx sdk.Context) string + func (am Mapper) SetTrend(ctx sdk.Context, newTrend string) + type QuizMsg struct + CoolAnswer string + Sender sdk.Address + func NewQuizMsg(sender sdk.Address, coolerthancool string) QuizMsg + func (msg QuizMsg) Get(key interface{}) (value interface{}) + func (msg QuizMsg) GetSignBytes() []byte + func (msg QuizMsg) GetSigners() []sdk.Address + func (msg QuizMsg) String() string + func (msg QuizMsg) Type() string + func (msg QuizMsg) ValidateBasic() sdk.Error + type SetTrendMsg struct + Cool string + Sender sdk.Address + func NewSetTrendMsg(sender sdk.Address, cool string) SetTrendMsg + func (msg SetTrendMsg) Get(key interface{}) (value interface{}) + func (msg SetTrendMsg) GetSignBytes() []byte + func (msg SetTrendMsg) GetSigners() []sdk.Address + func (msg SetTrendMsg) String() string + func (msg SetTrendMsg) Type() string + func (msg SetTrendMsg) ValidateBasic() sdk.Error