View Source Stellar.TxBuild.SCContractExecutable (Elixir Stellar SDK v0.13.1)

SCContractExecutable struct definition.

Link to this section Summary

Link to this section Types

@type t() :: %Stellar.TxBuild.SCContractExecutable{type: type(), value: value()}
@type type() :: :wasm_ref | :token
@type validation() :: {:ok, value()} | {:error, atom()}
@type value() :: binary() | :token