XdrTrustLineEntryV1 class

Constructors

XdrTrustLineEntryV1(XdrLiabilities _liabilities, XdrTrustLineEntryV1Ext _ext)

Properties

ext XdrTrustLineEntryV1Ext
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liabilities XdrLiabilities
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) XdrTrustLineEntryV1
encode(XdrDataOutputStream stream, XdrTrustLineEntryV1 encodedTrustLineEntryV1) → void