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