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