Skip to main content
Structure
struct ChainBalances

Instance Properties

chainBalances

let chainBalances: [Chain : Decimal]

decimals

let decimals: Int

total

let total: Decimal

Instance Methods

convertToBaseUnits(_:)

func convertToBaseUnits(_ value: String) -> String?

merge(with:)

func merge(with other: ChainBalances?) -> ChainBalances

Subscripts

subscript(_:)

subscript(chain: Chain) -> Decimal { get }