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
/
SCSpecTypeUDTXdr
SCSpec
Type
UDTXdr
data
class
SCSpecTypeUDTXdr
(
val
name
:
String
)
XDR Source: struct SCSpecTypeUDT { string name<60>; };
Members
Constructors
SCSpec
Type
UDTXdr
Link copied to clipboard
constructor
(
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)