Get All Addresses
Get addresses of web wallets on Arweave
Basic Syntax
import { ArConnect } from 'arweavekit/auth'
const response = await ArConnect.getAllAddresses();Returned Data
[
'WALLET_ADDRESS_1',
'WALLET_ADDRESS_2'
]Last updated
Was this helpful?