Either the signature as requested (and with approved: true) or an explicit decline to sign (approved: false and no signature).

interface ContextSignerSignResponse {
    approved: boolean;
    signature?: Uint8Array;
}

Properties

Properties

approved: boolean
signature?: Uint8Array