View Source StellarBase.XDR.Operations.InvokeHostFunction (Elixir Stellar Base v0.10.0)

Representation of Stellar InvokeHostFunction type.

Link to this section Summary

Link to this section Types

@type footprint() :: StellarBase.XDR.LedgerFootprint.t()
@type host_function() :: StellarBase.XDR.HostFunction.t()
@type t() :: %StellarBase.XDR.Operations.InvokeHostFunction{
  auth: auth(),
  footprint: footprint(),
  host_function: host_function()
}

Link to this section Functions

Link to this function

new(host_function, footprint, auth)

View Source
@spec new(host_function :: host_function(), footprint :: footprint(), auth :: auth()) ::
  t()