request
Sends a JSON RPC request to the wallet
const accounts = await window.bw.eth.request({
method: "eth_requestAccounts", params: []
})
console.log(accounts)
// ["0xb233696514F192Da7F0f0Fb1332f18c68cfB6c23"]Last updated
Sends a JSON RPC request to the wallet
const accounts = await window.bw.eth.request({
method: "eth_requestAccounts", params: []
})
console.log(accounts)
// ["0xb233696514F192Da7F0f0Fb1332f18c68cfB6c23"]Last updated