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 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.