ProofFormat type
The type of encoding to be used for the Verifiable Credential or Presentation to be generated.
Only jwt
and lds
is supported at the moment.
Signature:
export type ProofFormat = 'jwt' | 'lds' | 'EthereumEip712Signature2021'
The type of encoding to be used for the Verifiable Credential or Presentation to be generated.
Only jwt
and lds
is supported at the moment.
Signature:
export type ProofFormat = 'jwt' | 'lds' | 'EthereumEip712Signature2021'