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
/
LedgerKeyAccountXdr
Ledger
Key
Account
Xdr
data
class
LedgerKeyAccountXdr
(
val
accountId
:
AccountIDXdr
)
XDR Source: struct { AccountID accountID; }
Members
Constructors
Ledger
Key
Account
Xdr
Link copied to clipboard
constructor
(
accountId
:
AccountIDXdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Id
Link copied to clipboard
val
accountId
:
AccountIDXdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)