LedgerFootprintXdr

data class LedgerFootprintXdr(val readOnly: List<LedgerKeyXdr>, val readWrite: List<LedgerKeyXdr>)

XDR Source: struct LedgerFootprint { LedgerKey readOnly<>; LedgerKey readWrite<>; };

Constructors

Link copied to clipboard
constructor(readOnly: List<LedgerKeyXdr>, readWrite: List<LedgerKeyXdr>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun encode(writer: XdrWriter)