Methods

  • Given a feed definition (a list of jobs), produce the associated feed hash and return it as a buffer.

    Parameters

    Returns Buffer

  • Validate that feedHash is ok and try to fetch a verified feed definition for it.

    Parameters

    • feedHash: string

    Returns Promise<VerifiedFeed>

    VerifiedFeed

    If feedHash is invalid or if there is no associated verified feed data.

  • After validating feedHash, return it as a Buffer.

    Parameters

    • feedHash: string

    Returns Buffer

    Buffer

  • Validate that a provided string is indeed a valid feed hash.

    To be a valid feed hash, the string should be a hex string that is 64 characters in length.

    Parameters

    • feedHash: string

    Returns string

    the transformed feed hash (hex value) if valid.