XdrAccountEntry class

Constructors

XdrAccountEntry(XdrAccountID _accountID, XdrInt64 _balance, XdrSequenceNumber _seqNum, XdrUint32 _numSubEntries, XdrAccountID? _inflationDest, XdrUint32 _flags, XdrString32 _homeDomain, XdrThresholds _thresholds, List<XdrSigner> _signers, XdrAccountEntryExt _ext)

Properties

accountID XdrAccountID
getter/setter pair
balance XdrInt64
getter/setter pair
ext XdrAccountEntryExt
getter/setter pair
flags XdrUint32
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homeDomain XdrString32
getter/setter pair
inflationDest XdrAccountID?
getter/setter pair
numSubEntries XdrUint32
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seqNum XdrSequenceNumber
getter/setter pair
signers List<XdrSigner>
getter/setter pair
thresholds XdrThresholds
getter/setter pair

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

Static Methods

decode(XdrDataInputStream stream) XdrAccountEntry
encode(XdrDataOutputStream stream, XdrAccountEntry encodedAccountEntry) → void