Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTokensUsecase ¶
func NewTokensUsecase(timeout time.Duration) domain.TokensUsecase
NewTokensUsecase will create a new tokens use case object
Types ¶
type AssetList ¶
type AssetList struct { ChainName string `json:"chain_name"` Assets []struct { Description string `json:"description"` DenomUnits []struct { Denom string `json:"denom"` Exponent int `json:"exponent"` } `json:"denom_units"` Base string `json:"base"` Name string `json:"name"` Display string `json:"display"` Symbol string `json:"symbol"` Traces []interface{} `json:"traces"` LogoURIs struct { PNG string `json:"png"` SVG string `json:"svg"` } `json:"logo_URIs"` CoingeckoID string `json:"coingecko_id"` Keywords []string `json:"keywords"` } `json:"assets"` }
Struct to represent the JSON structure
Click to show internal directories.
Click to hide internal directories.