Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastMode ¶
type BroadcastMode string
const ( ModeBlock BroadcastMode = "block" ModeSync BroadcastMode = "sync" ModeAsync BroadcastMode = "async" )
type MsgExecuteContract ¶ added in v0.0.3
type MsgExecuteContract struct { Sender cosmostypes.AccAddress `json:"sender"` Contract cosmostypes.AccAddress `json:"contract"` ExecuteMsg json.RawMessage `json:"execute_msg"` Coins cosmostypes.Coins `json:"coins"` }
func (MsgExecuteContract) GetSignBytes ¶ added in v0.0.3
func (w MsgExecuteContract) GetSignBytes() []byte
func (MsgExecuteContract) GetSigners ¶ added in v0.0.3
func (w MsgExecuteContract) GetSigners() []cosmostypes.AccAddress
func (MsgExecuteContract) Route ¶ added in v0.0.3
func (w MsgExecuteContract) Route() string
func (MsgExecuteContract) Type ¶ added in v0.0.3
func (w MsgExecuteContract) Type() string
func (MsgExecuteContract) ValidateBasic ¶ added in v0.0.3
func (w MsgExecuteContract) ValidateBasic() error
type TokensHuman ¶
type TokensHuman struct { Addr cosmostypes.AccAddress `json:"addr"` Amount cosmostypes.Int `json:"amount"` }
func (TokensHuman) MarshalJSON ¶
func (t TokensHuman) MarshalJSON() ([]byte, error)
func (*TokensHuman) UnmarshalJSON ¶
func (t *TokensHuman) UnmarshalJSON(b []byte) error
Click to show internal directories.
Click to hide internal directories.