stellar-sdk
Toggle table of contents
1.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stellar-sdk
stellar-sdk
/
com.soneso.stellar.sdk.xdr
/
LedgerFootprintXdr
Ledger
Footprint
Xdr
data
class
LedgerFootprintXdr
(
val
readOnly
:
List
<
LedgerKeyXdr
>
,
val
readWrite
:
List
<
LedgerKeyXdr
>
)
XDR Source: struct LedgerFootprint { LedgerKey readOnly<>; LedgerKey readWrite<>; };
Members
Constructors
Ledger
Footprint
Xdr
Link copied to clipboard
constructor
(
readOnly
:
List
<
LedgerKeyXdr
>
,
readWrite
:
List
<
LedgerKeyXdr
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
read
Only
Link copied to clipboard
val
readOnly
:
List
<
LedgerKeyXdr
>
read
Write
Link copied to clipboard
val
readWrite
:
List
<
LedgerKeyXdr
>
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)