View Source StellarBase.XDR.InvokeHostFunctionOp (Elixir Stellar Base v0.9.0)
Representation of Stellar InvokeHostFunctionOp
type.
Link to this section Summary
Link to this section Types
@type auth() :: StellarBase.XDR.ContractAuthList.t()
@type footprint() :: StellarBase.XDR.LedgerFootprint.t()
@type host_function() :: StellarBase.XDR.HostFunction.t()
@type t() :: %StellarBase.XDR.InvokeHostFunctionOp{ auth: auth(), footprint: footprint(), host_function: host_function() }
Link to this section Functions
@spec new(host_function :: host_function(), footprint :: footprint(), auth :: auth()) :: t()