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.horizon.responses.operations
/
InvokeHostFunctionOperationResponse
/
HostFunctionParameter
Host
Function
Parameter
@
Serializable
data
class
HostFunctionParameter
(
val
type
:
String
,
val
value
:
String
)
Members
Constructors
Host
Function
Parameter
Link copied to clipboard
constructor
(
type
:
String
,
value
:
String
)
Properties
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
value
Link copied to clipboard
@
SerialName
(
value
=
"value"
)
val
value
:
String