View Source
Stellar.TxBuild.SCContractExecutable
(Elixir Stellar SDK v0.13.0)
SCContractExecutable
struct definition.
@type t() :: %Stellar.TxBuild.SCContractExecutable{type: type(), value: value()}
@type type() :: :wasm_ref | :token
@type validation() :: {:ok, value()} | {:error, atom()}
@type value() :: binary() | :token