Skip to main content
type WalletDisconnectRequest = {
  method: "wallet_disconnect";
  params: [];
};
A request to the disconnect the wallet

Properties

PropertyType
method"wallet_disconnect"
params[]