Skip to content

wallet_disconnect

Disconnects the Application from Porto.

Request

type Request = {
  method: 'wallet_disconnect',
}

Example

import { Porto } from 'porto'
 
const { provider } = Porto.create()
 
await provider.request({ 
  method: 'wallet_disconnect', 
})