Get Active Public Key
Get public key of active web wallet on Arweave
Basic Syntax
import { ArConnect } from 'arweavekit/auth'
const response = await ArConnect.getActivePublicKey();Returned Data
[
'ACTIVE_PUBLIC_KEY'
]Last updated
Was this helpful?