Structs
TokenBalance
Swift Structure
Structure
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Structure
struct TokenBalance
init(symbol: TokenBalance.Symbol, name: String, amount: String, contractAddress: String? = nil, decimals: Int? = nil, rawAmount: String? = nil)
| Property | Type | Description |
|---|---|---|
amount | String | - |
contractAddress | String? | - |
decimals | Int? | - |
name | String | - |
rawAmount | String? | - |
symbol | TokenBalance.Symbol | - |
token | CryptoCurrency | - |
enum Symbol
Was this page helpful?
