StellarBase.XDR.HashIDPreimage (Elixir Stellar Base v0.8.7) View Source
Representation of Stellar HashIDPreimage type.
Link to this section Summary
Link to this section Types
Specs
hash_id() :: StellarBase.XDR.OperationID.t() | StellarBase.XDR.RevokeID.t()
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()