View Source StellarBase.XDR.HashIDPreimage (Elixir Stellar Base v0.8.11)

Representation of Stellar HashIDPreimage type.

Link to this section Summary

Link to this section Types

@type t() :: %StellarBase.XDR.HashIDPreimage{
  hash_id: hash_id(),
  type: StellarBase.XDR.EnvelopeType.t()
}

Link to this section Functions

@spec new(hash_id :: hash_id(), type :: StellarBase.XDR.EnvelopeType.t()) :: t()