Function: useCurrentAccount()
function useCurrentAccount(): WalletAccount | null;
Retrieves the wallet account that is currently selected, if one exists.
Returns
WalletAccount | null
function useCurrentAccount(): WalletAccount | null;
Retrieves the wallet account that is currently selected, if one exists.
WalletAccount | null