stellar_flutter_sdk
stellar_flutter_sdk
XdrAccountEntry
flags property
flags
stellar_flutter_sdk
stellar_flutter_sdk
XdrAccountEntry
flags 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
flags
property
XdrUint32
flags
Implementation
XdrUint32 get flags => this._flags;
void
flags=
(
XdrUint32
value
)
Implementation
set flags(XdrUint32 value) => this._flags = value;