Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Wallets V1
Swift Structure
struct TokenBalance
init(symbol: TokenBalance.Symbol, name: String, amount: String, contractAddress: String? = nil, decimals: Int? = nil, rawAmount: String? = nil)
let amount: String
let contractAddress: String?
let decimals: Int?
let name: String
let rawAmount: String?
let symbol: TokenBalance.Symbol
var token: CryptoCurrency { get }
enum Symbol
Was this page helpful?