View Source Stellar.TxBuild.SCContractCode (Elixir Stellar SDK v0.12.0)

SCContractCode struct definition.

Link to this section Summary

Link to this section Types

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