CDP Frontend SDK
    Preparing search index...

    Type Alias WalletDisconnectRequest

    A request to the disconnect the wallet

    type WalletDisconnectRequest = {
        method: "wallet_disconnect";
        params: [];
    }
    Index

    Properties

    Properties

    method: "wallet_disconnect"
    params: []