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

Representation of Stellar HashIDPreimage type.

Link to this section Summary

Link to this section Types

Specs

Specs

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

Link to this section Functions

Specs

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