如何使用tronweb获取tronlink中当前活跃的账户?
How to get the current active account in tronlink using tronweb?
我正在尝试访问当前登录的 tronlink 帐户,以便使用 tronlink 为我的 dapp 进行身份验证。
使用 metamask 和 web3 我可以使用以下方法获取 MetaMask 上的当前活动帐户:
const userPublicAddress = web3.eth.coinbase
tronweb 和 tronlink 的类似方法是什么?我还没有在文档中找到这个。
const publicAddress = tronWeb.defaultAddress.base58
我正在尝试访问当前登录的 tronlink 帐户,以便使用 tronlink 为我的 dapp 进行身份验证。 使用 metamask 和 web3 我可以使用以下方法获取 MetaMask 上的当前活动帐户:
const userPublicAddress = web3.eth.coinbase
tronweb 和 tronlink 的类似方法是什么?我还没有在文档中找到这个。
const publicAddress = tronWeb.defaultAddress.base58