Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetRes ¶
type AssetRes struct {
DenomUnits []DenomUnit `json:"denom_units,omitempty"`
Base *string `json:"base,omitempty"`
Name *string `json:"name,omitempty"`
Symbol *string `json:"symbol,omitempty"`
Address *string `json:"address,omitempty"`
LogoUris map[string]string `json:"logo_URIs,omitempty"`
Icon *string `json:"icon,omitempty"`
TypeAsset *string `json:"type_asset,omitempty"`
Traces []Trace `json:"traces,omitempty"`
}
type AssetResList ¶
type AssetResList []AssetRes
type AssetsRes ¶
type AssetsRes struct {
Assets AssetResList `json:"assets"`
}
type CounterPartyRes ¶
type IbcRes ¶
type IbcRes struct {
Denom *string `json:"denom,omitempty"`
Path *string `json:"path,omitempty"`
BaseDenom *string `json:"base_denom,omitempty"`
Symbol *string `json:"symbol,omitempty"`
Name *string `json:"name,omitempty"`
Icon *string `json:"icon,omitempty"`
Decimals *uint8 `json:"decimals,omitempty"`
}
type TokenResMap ¶
type TokensRes ¶
type TokensRes struct {
Mainnet TokenResMap `json:"mainnet"`
Testnet TokenResMap `json:"testnet"`
}
type Trace ¶
type Trace struct {
Type *string `json:"type,omitempty"`
CounterParty CounterPartyRes `json:"counterparty,omitempty"`
Chain ChainRes `json:"chain,omitempty"`
}
type Unmarshalable ¶
Click to show internal directories.
Click to hide internal directories.