View Source StellarBase.XDR.HostFunctionType (Elixir Stellar Base v0.9.0)

Representation of Stellar HostFunctionType type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.HostFunctionType{identifier: atom()}

Link to this section Functions

Link to this function

new(type \\ :HOST_FUNCTION_TYPE_INVOKE_CONTRACT)

View Source
@spec new(type :: atom()) :: t()