View Source StellarBase.XDR.HashIDPreimage (Elixir Stellar Base v0.11.1)
Representation of Stellar HashIDPreimage
type.
Link to this section Summary
Link to this section Types
@type hash_id() :: StellarBase.XDR.OperationID.t() | StellarBase.XDR.RevokeID.t() | StellarBase.XDR.Ed25519ContractID.t() | StellarBase.XDR.StructContractID.t() | StellarBase.XDR.FromAsset.t() | StellarBase.XDR.SourceAccountContractID.t() | StellarBase.XDR.HashIDPreimageCreateContractArgs.t() | StellarBase.XDR.HashIDPreimageContractAuth.t()
@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()