stellar_flutter_sdk
stellar_flutter_sdk
XdrAccountEntry
balance property
balance
stellar_flutter_sdk
stellar_flutter_sdk
XdrAccountEntry
balance property
XdrAccountEntry class
Constructors
XdrAccountEntry
Properties
accountID
balance
ext
flags
hashCode
homeDomain
inflationDest
numSubEntries
runtimeType
seqNum
signers
thresholds
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
balance
property
XdrInt64
balance
Implementation
XdrInt64 get balance => this._balance;
void
balance=
(
XdrInt64
value
)
Implementation
set balance(XdrInt64 value) => this._balance = value;