For the complete documentation index, see llms.txt. This page is also available as Markdown.

Disconnect

// Some code
window.bw.on('disconnect', ({ address: string }) => {
    console.log('lost connection to the rpc')
})

window.bw.put.on('disconnect', ({ address: string }) => {
    console.log('lost connection to the rpc')
})

Last updated