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

Link to this type

contract_id_preimage_type()

View Source
@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

Link to this function

new(network_id, contract_id_preimage)

View Source
@spec new(
  network_id :: network_id_type(),
  contract_id_preimage :: contract_id_preimage_type()
) :: t()