Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
Types ¶
type MsgCreateCovenant ¶
type MsgCreateCovenant struct { Sender sdk.Address `json:"sender"` Settlers []sdk.Address `json:"settlers"` Receivers []sdk.Address `json:"receivers"` Amount sdk.Coins `json:"amount"` }
func (MsgCreateCovenant) GetSignBytes ¶
func (mcc MsgCreateCovenant) GetSignBytes() []byte
func (MsgCreateCovenant) GetSigners ¶
func (mcc MsgCreateCovenant) GetSigners() []sdk.Address
func (MsgCreateCovenant) Type ¶
func (mcc MsgCreateCovenant) Type() string
func (MsgCreateCovenant) ValidateBasic ¶
func (mcc MsgCreateCovenant) ValidateBasic() sdk.Error
type MsgSettleCovenant ¶
type MsgSettleCovenant struct { CovID int64 `json:"covid"` Settler sdk.Address `json:"settler"` Receiver sdk.Address `json:"receiver"` }
func (MsgSettleCovenant) GetSignBytes ¶
func (msc MsgSettleCovenant) GetSignBytes() []byte
func (MsgSettleCovenant) GetSigners ¶
func (msc MsgSettleCovenant) GetSigners() []sdk.Address
func (MsgSettleCovenant) Type ¶
func (msc MsgSettleCovenant) Type() string
func (MsgSettleCovenant) ValidateBasic ¶
func (msc MsgSettleCovenant) ValidateBasic() sdk.Error
Click to show internal directories.
Click to hide internal directories.