Key presence check types

interface KeyPresenceRequest {
    keyUid: string;
    pubKey: Uint8Array;
}

Properties

Properties

keyUid: string
pubKey: Uint8Array

SEC1-encoded compressed pub key bytes to find the right

Generated using TypeDoc