XdrLedgerEntryData class

Properties

account XdrAccountEntry?
getter/setter pair
claimableBalance XdrClaimableBalanceEntry?
getter/setter pair
configSetting XdrConfigSettingEntry?
getter/setter pair
contractCode XdrContractCodeEntry?
getter/setter pair
contractData XdrContractDataEntry?
getter/setter pair
data XdrDataEntry?
getter/setter pair
discriminant XdrLedgerEntryType
getter/setter pair
expiration XdrTTLEntry?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liquidityPool XdrLiquidityPoolEntry?
getter/setter pair
offer XdrOfferEntry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trustLine XdrTrustLineEntry?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBase64EncodedXdrString() String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decode(XdrDataInputStream stream) XdrLedgerEntryData
encode(XdrDataOutputStream stream, XdrLedgerEntryData encodedLedgerEntryData) → void
fromBase64EncodedXdrString(String base64Encoded) XdrLedgerEntryData