Utilities
getAddress
()
getAddress
()Arguments:
None.
Returns:
{string} : address.
Description: This function does not receive any arguments, but internally it uses the provider
and takes the chainId
to obtain the address
of the connected account. This function returns a string containing that address
.
getWalletInfo
()
getWalletInfo
()Arguments:
None.
Returns:
{WalletInfo} : a WalletInfo object.
Description: This function does not receive any arguments, but internally it uses the provider
and takes the chainId
to obtain the address
and the name
of the connected account. This function returns a WalletInfo object containing the address
and name
of the connected account.
isAccountAvailable
()
isAccountAvailable
()Arguments:
None.
Returns:
{boolean} : account state.
Description: This function does not receive any arguments and returns a boolean value according to the account state.
Last updated