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
/
SCSpecTypeBytesNXdr
SCSpec
Type
Bytes
NXdr
data
class
SCSpecTypeBytesNXdr
(
val
n
:
Uint32Xdr
)
XDR Source: struct SCSpecTypeBytesN { uint32 n; };
Members
Constructors
SCSpec
Type
Bytes
NXdr
Link copied to clipboard
constructor
(
n
:
Uint32Xdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
n
Link copied to clipboard
val
n
:
Uint32Xdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)