View Source
Stellar.TxBuild.Ledger.ContractCode
(Elixir Stellar SDK v0.20.0)
ContractCode
struct definition.
@type error() :: {:error, atom()}
@type t() :: %Stellar.TxBuild.Ledger.ContractCode{hash: hash()}
@type validation() :: {:ok, any()} | error()