SignRequestData
Base interface for all signing requests.
Properties
Section titled “Properties”data:
Uint8Array
Data to be signed.
Source
Section titled “Source”types/src/CryptoCallbacks.ts:15
did: `did:cord:3${string}`
The DID to be used for signing.
Source
Section titled “Source”types/src/CryptoCallbacks.ts:25
keyRelationship
Section titled “keyRelationship”keyRelationship:
Extract<any,"authentication"|"capabilityDelegation"|"assertionMethod">
The did key relationship to be used.