interface ContextSignerSignRequest {
    context: string;
    message: Uint8Array;
    method: "context-signer-sign-v1";
    which: any;
}

Properties

context: string
message: Uint8Array
method: "context-signer-sign-v1"
which: any

An extra parameter, suggested to be used to help select which key to use. This library passes it through verbatim; it's up to the extension to define how it's interpreted.