Structs
ChainBalances
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 ChainBalances
| Property | Type | Description |
|---|---|---|
chainBalances | [Chain : Decimal] | - |
decimals | Int | - |
total | Decimal | - |
func convertToBaseUnits(_ value: String) -> String?
func merge(with other: ChainBalances?) -> ChainBalances
subscript(chain: Chain) -> Decimal { get }
Was this page helpful?
