View Source Stellar.TxBuild.HashIDPreimageContractID (Elixir Stellar SDK v0.22.0)
HashIDPreimageContractID
struct definition.
Summary
Types
@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() }