Documentation
    Preparing search index...

    Interface DisconnectRpcRequest

    RPC request that tells the wallet the dApp ended the session.

    interface DisconnectRpcRequest {
        id: string;
        method: "disconnect";
        params: [];
    }
    Index

    Properties

    Properties

    id: string

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

    method: "disconnect"
    params: []

    empty tuple — no parameters