View Source StellarBase.XDR.HashIDPreimageContractID (Elixir Stellar Base v0.16.0)
Automatically generated by xdrgen DO NOT EDIT or your changes may be overwritten
Target implementation: elixir_xdr at https://hex.pm/packages/elixir_xdr
Representation of Stellar HashIDPreimageContractID
type.
Summary
Types
@type contract_id_preimage_type() :: StellarBase.XDR.ContractIDPreimage.t()
@type network_id_type() :: StellarBase.XDR.Hash.t()
@type t() :: %StellarBase.XDR.HashIDPreimageContractID{ contract_id_preimage: contract_id_preimage_type(), network_id: network_id_type() }
Functions
@spec new( network_id :: network_id_type(), contract_id_preimage :: contract_id_preimage_type() ) :: t()