@the-hashgraph-group-ag/cryptosuites-eddsa-v1 / EdDSAProofOptions
Interface: EdDSAProofOptions
Properties
canonicalizationAlgorithm?
optionalcanonicalizationAlgorithm?:"jcs"
The canonicalization algorithm to use for the proof.
challenge?
optionalchallenge?:string
Defined in: packages/core/src/interfaces/proof-options.ts:22
The challenge to use for the proof.
domain?
optionaldomain?:string
Defined in: packages/core/src/interfaces/proof-options.ts:27
The domain of the proof.
expires?
optionalexpires?:string
Defined in: packages/core/src/interfaces/proof-options.ts:17
The expiration date of the proof.
nonce?
optionalnonce?:string
Defined in: packages/core/src/interfaces/proof-options.ts:37
The nonce to use for the proof.
previousProof?
optionalpreviousProof?:string
Defined in: packages/core/src/interfaces/proof-options.ts:32
The previous proof to use for the proof.
proofPurpose
proofPurpose:
ProofPurpose
Defined in: packages/core/src/interfaces/proof-options.ts:7
The purpose of the proof.
verificationMethod
verificationMethod:
string
Defined in: packages/core/src/interfaces/proof-options.ts:12
The verification method to use for the proof.