XdrTrustLineEntry class Null safety

Constructors

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

Properties

accountID XdrAccountID
read / write
asset XdrTrustlineAsset
read / write
balance XdrInt64
read / write
ext XdrTrustLineEntryExt
read / write
flags XdrUint32
read / write
hashCode int
The hash code for this object.
read-only, inherited
limit XdrInt64
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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