Documentation
    Preparing search index...

    Interface SignDataRpcRequest

    RPC request to sign arbitrary application data and return a wallet-provided signature.

    params[0] is a JSON-stringified SignDataPayload — one of three discriminated shapes (text, binary, cell).

    interface SignDataRpcRequest {
        id: string;
        method: "signData";
        params: [string];
    }
    Index

    Properties

    Properties

    id: string

    dApp-assigned request id; used to match the wallet response

    method: "signData"

    method discriminator

    params: [string]

    single-element tuple: the JSON-stringified sign-data payload