getAddress
Gets the first address from your bitcoin account
async function getAddress(): {
address: string,
derivationPath: string,
index: number,
publicKey: string
}await window.webbtc.enable();
const address = await window.webbtc.getAddress();Last updated
Was this helpful?

