View Source StellarBase.XDR.InvokeHostFunctionResult (Elixir Stellar Base v0.10.1)

Representation of Stellar InvokeHostFunctionResult type.

Link to this section Summary

Link to this section Types

Link to this type

invoke_host_function_result_value()

View Source
@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