SignResponseData
Base interface for responses to signing requests.
Properties
Section titled “Properties”keyType
Section titled “keyType”keyType:
any
The did key type used for signing.
Source
Section titled “Source”types/src/CryptoCallbacks.ts:43
keyUri
Section titled “keyUri”keyUri: `did:cord:3${string}#${string}`
The did key uri used for signing.
Source
Section titled “Source”types/src/CryptoCallbacks.ts:39
signature
Section titled “signature”signature:
Uint8Array
Result of the signing.