XdrLedgerKey class

Constructors

XdrLedgerKey(XdrLedgerEntryType _type)

Properties

account XdrLedgerKeyAccount?
getter/setter pair
balanceID XdrClaimableBalanceID?
getter/setter pair
configSetting XdrConfigSettingID?
getter/setter pair
contractCode XdrLedgerKeyContractCode?
getter/setter pair
contractData XdrLedgerKeyContractData?
getter/setter pair
data XdrLedgerKeyData?
getter/setter pair
discriminant XdrLedgerEntryType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liquidityPoolID XdrHash?
getter/setter pair
offer XdrLedgerKeyOffer?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trustLine XdrLedgerKeyTrustLine?
getter/setter pair
ttl XdrLedgerKeyTTL?
getter/setter pair

Methods

getAccountAccountId() String?
getClaimableBalanceId() String?
getDataAccountId() String?
getOfferOfferId() int?
getOfferSellerId() String?
getTrustlineAccountId() String?
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) XdrLedgerKey
encode(XdrDataOutputStream stream, XdrLedgerKey encodedLedgerKey) → void
fromBase64EncodedXdrString(String base64Encoded) XdrLedgerKey