Balance class

Local Wallet's Balance

Constructors

Balance({required int immature, required int trustedPending, required int untrustedPending, required int confirmed, required int spendable, required int total})
const

Properties

confirmed int
Confirmed and immediately spendable balance
final
hashCode int
The hash code for this object.
no setterinherited
immature int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spendable int
Get sum of trusted_pending and confirmed coins
final
total int
Get the whole balance visible to the wallet
final
trustedPending int
Unconfirmed UTXOs generated by a wallet tx
final
untrustedPending int
Unconfirmed UTXOs received from an external wallet
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited