Documentation ¶
Index ¶
- Constants
- func NewHandler(tokenMapper store.Mapper) sdk.Handler
- type SetURIMsg
- func (msg SetURIMsg) GetInvolvedAddresses() []sdk.AccAddress
- func (msg SetURIMsg) GetSignBytes() []byte
- func (msg SetURIMsg) GetSigners() []sdk.AccAddress
- func (msg SetURIMsg) Route() string
- func (msg SetURIMsg) String() string
- func (msg SetURIMsg) Type() string
- func (msg SetURIMsg) ValidateBasic() sdk.Error
Constants ¶
View Source
const SetURIRoute = "miniTokensSetURI"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SetURIMsg ¶
type SetURIMsg struct { From sdk.AccAddress `json:"from"` Symbol string `json:"symbol"` TokenURI string `json:"token_uri"` }
func NewSetUriMsg ¶
func NewSetUriMsg(from sdk.AccAddress, symbol string, tokenURI string) SetURIMsg
func (SetURIMsg) GetInvolvedAddresses ¶
func (msg SetURIMsg) GetInvolvedAddresses() []sdk.AccAddress
func (SetURIMsg) GetSignBytes ¶
func (SetURIMsg) GetSigners ¶
func (msg SetURIMsg) GetSigners() []sdk.AccAddress
func (SetURIMsg) ValidateBasic ¶
Click to show internal directories.
Click to hide internal directories.