Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func ErrEmptyStake ¶
func ErrEmptyValidator ¶
func ErrInvalidUnbond ¶
func NewHandler ¶
NewHandler returns a handler for "simplestake" type messages.
Types ¶
type BondMsg ¶
type BondMsg struct { Address sdk.Address `json:"address"` Stake sdk.Coin `json:"coins"` PubKey crypto.PubKey `json:"pub_key"` }
func (BondMsg) GetSignBytes ¶
func (BondMsg) GetSigners ¶
func (BondMsg) ValidateBasic ¶
type UnbondMsg ¶
func NewUnbondMsg ¶
func (UnbondMsg) GetSignBytes ¶
func (UnbondMsg) GetSigners ¶
func (UnbondMsg) ValidateBasic ¶
Click to show internal directories.
Click to hide internal directories.