Interface: EdDSAProofOptions

Extends

  • ProofOptions

Properties

canonicalizationAlgorithm?

optional canonicalizationAlgorithm?: "jcs"

The canonicalization algorithm to use for the proof.


challenge?

optional challenge?: string

The challenge to use for the proof.

Inherited from

ProofOptions.challenge


domain?

optional domain?: string

The domain of the proof.

Inherited from

ProofOptions.domain


expires?

optional expires?: string

The expiration date of the proof.

Inherited from

ProofOptions.expires


nonce?

optional nonce?: string

The nonce to use for the proof.

Inherited from

ProofOptions.nonce


previousProof?

optional previousProof?: string

The previous proof to use for the proof.

Inherited from

ProofOptions.previousProof


proofPurpose

proofPurpose: ProofPurpose

The purpose of the proof.

Inherited from

ProofOptions.proofPurpose


verificationMethod

verificationMethod: string

The verification method to use for the proof.

Inherited from

ProofOptions.verificationMethod