Skip to content

SignRequestData

Base interface for all signing requests.

data: Uint8Array

Data to be signed.

types/src/CryptoCallbacks.ts:15


did: `did:cord:3${string}`

The DID to be used for signing.

types/src/CryptoCallbacks.ts:25


keyRelationship: Extract<any, "authentication" | "capabilityDelegation" | "assertionMethod">

The did key relationship to be used.

types/src/CryptoCallbacks.ts:20