View Source StellarBase.XDR.InvokeHostFunctionResult (Elixir Stellar Base v0.9.0)
Representation of Stellar InvokeHostFunctionResult
type.
Link to this section Summary
Link to this section Types
@type invoke_host_function_result_value() :: StellarBase.XDR.SCVal.t() | StellarBase.XDR.Void.t()
@type t() :: %StellarBase.XDR.InvokeHostFunctionResult{ code: StellarBase.XDR.InvokeHostFunctionResultCode.t(), value: invoke_host_function_result_value() }
Link to this section Functions
@spec new( value :: invoke_host_function_result_value(), type :: StellarBase.XDR.InvokeHostFunctionResultCode.t() ) :: t()