Skip to main content
Structure
struct Balances

Initializers

init(from:)

Inherited from Decodable.init(from:).
init(from decoder: any Decoder) throws

Instance Properties

isEmpty

var isEmpty: Bool { get }

tokens

var tokens: [CryptoCurrency] { get }

Instance Methods

filter(_:)

func filter(_ isIncluded: (CryptoCurrency, ChainBalances) -> Bool) -> Balances

nonZeroBalances()

func nonZeroBalances() -> Balances

Subscripts

subscript(_:)

subscript(currency: CryptoCurrency) -> ChainBalances? { get }