Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDocSigners ¶
func BuildDocSigners(signers []sdk.AccAddress) (string, []string)
func MsgTypeURL ¶
Types ¶
type Coin ¶
type Coin struct { Denom string `bson:"denom" json:"denom"` Amount string `bson:"amount" json:"amount"` }
func BuildDocCoin ¶
func BuildDocCoins ¶
type DenomTrace ¶
type DenomTrace struct { // path defines the chain of port/channel identifiers used for tracing the // source of the fungible token. Path string // base denomination of the relayed fungible token. BaseDenom string }
DenomTrace contains the base denomination for ICS20 fungible tokens and the source tracing information path.
type EncodingConfig ¶
type EncodingConfig params.EncodingConfig
Click to show internal directories.
Click to hide internal directories.