View Source StellarBase.XDR.HostFunction (Elixir Stellar Base v0.11.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 HostFunction type.

Link to this section Summary

Link to this section Types

@type args_type() :: StellarBase.XDR.HostFunctionArgs.t()
@type auth_type() :: StellarBase.XDR.ContractAuthList.t()
@type t() :: %StellarBase.XDR.HostFunction{args: args_type(), auth: auth_type()}

Link to this section Functions

@spec new(args :: args_type(), auth :: auth_type()) :: t()