Type alias GetProofPurposeOptionsFn

GetProofPurposeOptionsFn: ((options) => Record<string, unknown> | Promise<Record<string, unknown>>)

Type declaration

    • (options): Record<string, unknown> | Promise<Record<string, unknown>>
    • Returns Record<string, unknown> | Promise<Record<string, unknown>>