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
/
LedgerKeyOfferXdr
Ledger
Key
Offer
Xdr
data
class
LedgerKeyOfferXdr
(
val
sellerId
:
AccountIDXdr
,
val
offerId
:
Int64Xdr
)
XDR Source: struct { AccountID sellerID; int64 offerID; }
Members
Constructors
Ledger
Key
Offer
Xdr
Link copied to clipboard
constructor
(
sellerId
:
AccountIDXdr
,
offerId
:
Int64Xdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
offer
Id
Link copied to clipboard
val
offerId
:
Int64Xdr
seller
Id
Link copied to clipboard
val
sellerId
:
AccountIDXdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)