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
/
SCSpecFunctionInputV0Xdr
SCSpec
Function
Input
V0Xdr
data
class
SCSpecFunctionInputV0Xdr
(
val
doc
:
String
,
val
name
:
String
,
val
type
:
SCSpecTypeDefXdr
)
XDR Source: struct SCSpecFunctionInputV0 { string doc
; string name<30>; SCSpecTypeDef type; };
Members
Constructors
SCSpec
Function
Input
V0Xdr
Link copied to clipboard
constructor
(
doc
:
String
,
name
:
String
,
type
:
SCSpecTypeDefXdr
)
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
type
Link copied to clipboard
val
type
:
SCSpecTypeDefXdr
Functions
encode
Link copied to clipboard
fun
encode
(
writer
:
XdrWriter
)