LedgerEntryType class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The string value associated with each ledger entry type.
final

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

Constants

account → const LedgerEntryType
Represents an account ledger entry type.
amendments → const LedgerEntryType
Represents an amendments ledger entry type.
check → const LedgerEntryType
Represents a check ledger entry type.
depositPreauth → const LedgerEntryType
Represents a deposit_preauth ledger entry type.
directory → const LedgerEntryType
Represents a directory ledger entry type.
escrow → const LedgerEntryType
Represents an escrow ledger entry type.
fee → const LedgerEntryType
Represents a fee ledger entry type.
hashes → const LedgerEntryType
Represents a hashes ledger entry type.
nftOffer → const LedgerEntryType
Represents an NFT (Non-Fungible Token) offer ledger entry type.
offer → const LedgerEntryType
Represents an offer ledger entry type.
paymentChannel → const LedgerEntryType
Represents a payment_channel ledger entry type.
signerList → const LedgerEntryType
Represents a signer_list ledger entry type.
state → const LedgerEntryType
Represents a state ledger entry type.
ticket → const LedgerEntryType
Represents a ticket ledger entry type.