View Source StellarBase.XDR.Operations.InvokeHostFunction (Elixir Stellar Base v0.16.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar InvokeHostFunction
type.
Summary
Types
@type auth_type() :: StellarBase.XDR.SorobanAuthorizationEntryList.t()
@type host_function_type() :: StellarBase.XDR.HostFunction.t()
@type t() :: %StellarBase.XDR.Operations.InvokeHostFunction{ auth: auth_type(), host_function: host_function_type() }
Functions
@spec new(host_function :: host_function_type(), auth :: auth_type()) :: t()