Documentation ¶
Index ¶
Constants ¶
View Source
const BurnRoute = "tokensBurn"
TODO: "route expressions can only contain alphanumeric characters", we need to change the cosmos sdk to support slash const BurnRoute = "tokens/burn"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BurnMsg ¶
type BurnMsg struct { From sdk.AccAddress `json:"from"` Symbol string `json:"symbol"` Amount int64 `json:"amount"` }
func (BurnMsg) GetInvolvedAddresses ¶
func (msg BurnMsg) GetInvolvedAddresses() []sdk.AccAddress
func (BurnMsg) GetSignBytes ¶
func (BurnMsg) GetSigners ¶
func (msg BurnMsg) GetSigners() []sdk.AccAddress
func (BurnMsg) ValidateBasic ¶
ValidateBasic does a simple validation check that doesn't require access to any other information.
Click to show internal directories.
Click to hide internal directories.