View Source StellarBase.XDR.HostFunction (Elixir Stellar Base v0.10.1)
Representation of Stellar HostFunction
type.
Link to this section Summary
Link to this section Types
@type host_function() :: StellarBase.XDR.SCVec.t() | StellarBase.XDR.CreateContractArgs.t() | StellarBase.XDR.InstallContractCodeArgs.t()
@type t() :: %StellarBase.XDR.HostFunction{ host_function: host_function(), type: StellarBase.XDR.HostFunctionType.t() }
Link to this section Functions
@spec new( host_function :: host_function(), type :: StellarBase.XDR.HostFunctionType.t() ) :: t()