Requestaddress

Web3Api.requestAddress property

Request the wallet address of the user.

Signature:

requestAddress: (chain?: Chain, opts?: {
        auth?: boolean;
        fresh?: boolean;
    }) => Promise<string>;