Skip to content

SignResponseData

Base interface for responses to signing requests.

Properties

keyType

keyType: any

The did key type used for signing.

Source

types/src/CryptoCallbacks.ts:43


keyUri

keyUri: did:cord:3${string}#${string}

The did key uri used for signing.

Source

types/src/CryptoCallbacks.ts:39


signature

signature: Uint8Array

Result of the signing.

Source

types/src/CryptoCallbacks.ts:35