Get Wallet Names
Get wallet names of web wallets on Arweave
Basic Syntax
import { ArConnect } from 'arweavekit/auth'
const response = await ArConnect.getWalletNames();Returned Data
{
'WALLET_ADDRESS_1': 'WALLET_NAME_1',
'WALLET_ADDRESS_2': 'WALLET_NAME_2'
}Last updated
Was this helpful?