Documentation ¶
Index ¶
- Constants
- func NewHandler(tokenMapper store.Mapper, keeper bank.Keeper) sdk.Handler
- type TransferOwnershipMsg
- func (msg TransferOwnershipMsg) GetInvolvedAddresses() []sdk.AccAddress
- func (msg TransferOwnershipMsg) GetSignBytes() []byte
- func (msg TransferOwnershipMsg) GetSigners() []sdk.AccAddress
- func (msg TransferOwnershipMsg) Route() string
- func (msg TransferOwnershipMsg) String() string
- func (msg TransferOwnershipMsg) Type() string
- func (msg TransferOwnershipMsg) ValidateBasic() sdk.Error
Constants ¶
View Source
const ( Route = "tokensOwnershipTransfer" TransferOwnershipMsgType = "transferOwnership" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TransferOwnershipMsg ¶
type TransferOwnershipMsg struct { From sdk.AccAddress `json:"from"` Symbol string `json:"symbol"` NewOwner sdk.AccAddress `json:"new_owner"` }
func NewTransferOwnershipMsg ¶
func NewTransferOwnershipMsg(from sdk.AccAddress, symbol string, newOwner sdk.AccAddress) TransferOwnershipMsg
func (TransferOwnershipMsg) GetInvolvedAddresses ¶
func (msg TransferOwnershipMsg) GetInvolvedAddresses() []sdk.AccAddress
func (TransferOwnershipMsg) GetSignBytes ¶
func (msg TransferOwnershipMsg) GetSignBytes() []byte
func (TransferOwnershipMsg) GetSigners ¶
func (msg TransferOwnershipMsg) GetSigners() []sdk.AccAddress
func (TransferOwnershipMsg) Route ¶
func (msg TransferOwnershipMsg) Route() string
func (TransferOwnershipMsg) String ¶
func (msg TransferOwnershipMsg) String() string
func (TransferOwnershipMsg) Type ¶
func (msg TransferOwnershipMsg) Type() string
func (TransferOwnershipMsg) ValidateBasic ¶
func (msg TransferOwnershipMsg) ValidateBasic() sdk.Error
Click to show internal directories.
Click to hide internal directories.