Function validateManifest

  • Check if inputted value is a valid huzma manifest. Notes:

    • Any members of "file" key that do not include a "bytes" key will have it set to BYTES_NOT_INCLUDED constant.
    • Any string members not present in parsed manifest will be set NULL_FIELD constant.

    Type Parameters

    • T

    Parameters

    • manifest: T

      candidate huzma manifest

    Returns ValidatedCodeManfiest

Generated using TypeDoc