Elixir Stellar Base v0.9.1
  • Pages
  • Modules

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

    Representation of Stellar HashIDPreimage type.

    Link to this section Summary

    Types

    hash_id()
    t()

    Functions

    new(hash_id, type)

    Link to this section Types

    Link to this type

    hash_id()

    View Source
    @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()
    Link to this type

    t()

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

    Link to this section Functions

    Link to this function

    new(hash_id, type)

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

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language