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