getAddress
Gets the first address from your liquid account
async function getAddress(): {
address: string,
blindingPrivateKey: string,
publicKey: string
}const address = await window.liquid.getAddress();Last updated
Was this helpful?
Gets the first address from your liquid account
async function getAddress(): {
address: string,
blindingPrivateKey: string,
publicKey: string
}const address = await window.liquid.getAddress();Last updated
Was this helpful?
Was this helpful?