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

HashIDPreimageContractID struct definition.

Summary

Types

Link to this type

contract_id_preimage()

View Source
@type contract_id_preimage() :: Stellar.TxBuild.ContractIDPreimage.t()
@type error() :: {:error, atom()}
@type network_id() :: String.t()
@type t() :: %Stellar.TxBuild.HashIDPreimageContractID{
  contract_id_preimage: contract_id_preimage(),
  network_id: network_id()
}
@type validation() :: {:ok, any()} | error()