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
/
LiabilitiesXdr
Liabilities
Xdr
data
class
LiabilitiesXdr
(
val
buying
:
Int64Xdr
,
val
selling
:
Int64Xdr
)
XDR Source: struct Liabilities { int64 buying; int64 selling; };
Members
Constructors
Liabilities
Xdr
Link copied to clipboard
constructor
(
buying
:
Int64Xdr
,
selling
:
Int64Xdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
buying
Link copied to clipboard
val
buying
:
Int64Xdr
selling
Link copied to clipboard
val
selling
:
Int64Xdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)