Documentation
    Preparing search index...

    Interface SignMessageRpcRequest

    RPC request to sign an internal message without broadcasting it.

    params[0] is a JSON-stringified payload identical in shape to SendTransactionRpcRequest.

    interface SignMessageRpcRequest {
        id: string;
        method: "signMessage";
        params: [string];
    }
    Index

    Properties

    Properties

    id: string

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

    method: "signMessage"
    params: [string]

    single-element tuple: the JSON-stringified payload