package
Version:
v0.0.0-...-358e57e
Opens a new window with list of versions in this module.
Published: Jul 9, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TokenBalance struct {
ContractAddress string `json:"contractAddress"`
TokenBalance decimal.Decimal `json:"tokenBalance"`
}
type TokenMetadata struct {
Name string `json:"name"`
Symbol string `json:"symbol"`
Decimals int32 `json:"decimals"`
LogoURI string `json:"logo"`
}
type Wallet struct {
Address string `json:"address"`
TokenBalances []TokenBalance `json:"tokenBalances"`
PageKey string `json:"pageKey"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.