View Source Stellar.TxBuild.ContractIDPreimage (Elixir Stellar SDK v0.22.0)

ContractIDPreimage struct definition.

Summary

Types

@type error() :: {:error, atom()}
@type t() :: %Stellar.TxBuild.ContractIDPreimage{type: type(), value: value()}
@type type() :: :from_address | :from_asset
@type validation() :: {:ok, any()} | error()