Interface: ProofSigningRequest<Algorithms>

Interface for a proof signing request that contains all data needed by the signer.

Type Parameters

Algorithms

Algorithms extends string[]

Properties

alg

alg: Algorithms

The algorithm used to sign the request.


material

material: Uint8Array

The serialized payload of the signing request. Actual bytes to be signed.


proofConfig

proofConfig: ProofConfig

The proof configuration.