XdrTrustLineEntry class

Constructors

XdrTrustLineEntry(XdrAccountID _accountID, XdrTrustlineAsset _asset, XdrInt64 _balance, XdrInt64 _limit, XdrUint32 _flags, XdrTrustLineEntryExt _ext)

Properties

accountID XdrAccountID
getter/setter pair
asset XdrTrustlineAsset
getter/setter pair
balance XdrInt64
getter/setter pair
ext XdrTrustLineEntryExt
getter/setter pair
flags XdrUint32
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limit XdrInt64
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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) XdrTrustLineEntry
encode(XdrDataOutputStream stream, XdrTrustLineEntry encodedTrustLineEntry) → void