View Source Stellar.TxBuild.HostFunction (Elixir Stellar SDK v0.15.1)
HostFunction
struct definition.
Link to this section Summary
Link to this section Types
@type args() :: Stellar.TxBuild.HostFunctionArgs.t()
@type auth() :: [contract_auth()] | [String.t()]
@type contract_auth() :: Stellar.TxBuild.ContractAuth.t()
@type contract_auth_xdr() :: StellarBase.XDR.ContractAuth.t()
@type error() :: {:error, atom()}