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
/
SCSpecUDTErrorEnumCaseV0Xdr
SCSpec
UDTError
Enum
Case
V0Xdr
data
class
SCSpecUDTErrorEnumCaseV0Xdr
(
val
doc
:
String
,
val
name
:
String
,
val
value
:
Uint32Xdr
)
XDR Source: struct SCSpecUDTErrorEnumCaseV0 { string doc
; string name<60>; uint32 value; };
Members
Constructors
SCSpec
UDTError
Enum
Case
V0Xdr
Link copied to clipboard
constructor
(
doc
:
String
,
name
:
String
,
value
:
Uint32Xdr
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
doc
Link copied to clipboard
val
doc
:
String
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
Uint32Xdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)