Skip to content

Commit

Permalink
Add QueryParam to params list
Browse files Browse the repository at this point in the history
  • Loading branch information
dospore committed May 14, 2024
1 parent 4840545 commit 5910e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/hooks/useEtherBalance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { Contract } from 'ethers'
/**
* Returns ether balance of a given account.
* @param address address of an account
* @param queryParams see {@link QueryParams}
* @returns a balance of the account which is BigNumber or `undefined` if not connected to network or address is a falsy value
* @public
*
Expand Down

0 comments on commit 5910e26

Please sign in to comment.