View Source StellarBase.XDR.Operations.InvokeHostFunction (Elixir Stellar Base v0.15.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 host_function_type() :: StellarBase.XDR.HostFunction.t()
@type t() :: %StellarBase.XDR.Operations.InvokeHostFunction{
  auth: auth_type(),
  host_function: host_function_type()
}

Functions

Link to this function

new(host_function, auth)

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