userAddress
The address of the wallet that is currently connected to the app.
Example
<span> Hello {userAddress}! </span>
Or in a component:
<Balance
address={userAddress}
/>
The address of the wallet that is currently connected to the app.
<span> Hello {userAddress}! </span>
Or in a component:
<Balance
address={userAddress}
/>