LedgerEntryChange
public struct LedgerEntryChange : Decodable, Sendable
Represents a change to a ledger entry as a result of transaction simulation.
-
Type of ledger entry change.
Declaration
Swift
public let type: String -
Ledger entry key identifier.
Declaration
Swift
public let key: LedgerKeyXDR -
Ledger entry state before change.
Declaration
Swift
public let before: LedgerEntryXDR? -
Ledger entry state after change.
Declaration
Swift
public let after: LedgerEntryXDR? -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Install in Dash