View Source Stellar.TxBuild.HostFunction (Elixir Stellar SDK v0.22.0)
HostFunction
struct definition.
Summary
Types
@type error() :: {:error, atom()}
@type type() :: :invoke_contract | :create_contract | :upload_contract_wasm
@type value() :: Stellar.TxBuild.CreateContractArgs.t() | Stellar.TxBuild.InvokeContractArgs.t() | binary()