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
/
SCSpecTypeOptionXdr
SCSpec
Type
Option
Xdr
data
class
SCSpecTypeOptionXdr
(
val
valueType
:
SCSpecTypeDefXdr
)
XDR Source: struct SCSpecTypeOption { SCSpecTypeDef valueType; };
Members
Constructors
SCSpec
Type
Option
Xdr
Link copied to clipboard
constructor
(
valueType
:
SCSpecTypeDefXdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
value
Type
Link copied to clipboard
val
valueType
:
SCSpecTypeDefXdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)