GetLedgerEntriesRequest

@Serializable
data class GetLedgerEntriesRequest(val keys: List<String>)

Request for JSON-RPC method getLedgerEntries.

Allows reading the current value of ledger entries directly.

See also

Constructors

Link copied to clipboard
constructor(keys: List<String>)

Properties

Link copied to clipboard

List of base64-encoded XDR LedgerKey objects representing the ledger entries to retrieve.