View Source Stellar.TxBuild.Ledger.ContractCode (Elixir Stellar SDK v0.22.0)

ContractCode struct definition.

Summary

Types

@type error() :: {:error, atom()}
@type hash() :: String.t()
@type t() :: %Stellar.TxBuild.Ledger.ContractCode{hash: hash()}
@type validation() :: {:ok, any()} | error()