Skip to content

SignRequestData

Base interface for all signing requests.

Properties

data

data: Uint8Array

Data to be signed.

Source

types/src/CryptoCallbacks.ts:15


did

did: did:cord:3${string}

The DID to be used for signing.

Source

types/src/CryptoCallbacks.ts:25


keyRelationship

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

The did key relationship to be used.

Source

types/src/CryptoCallbacks.ts:20