-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ Using npm: | |
npm install @wpdas/naxios @near-wallet-selector/[email protected] | ||
``` | ||
|
||
using yarn: | ||
Using yarn: | ||
|
||
```bash | ||
yarn add @wpdas/naxios @near-wallet-selector/[email protected] | ||
|
@@ -230,7 +230,7 @@ useEffect(() => { | |
}, [contract]) | ||
``` | ||
|
||
#### useContract API Reference | ||
#### API | ||
|
||
- `ready`: boolean indicating whether the contract API is ready. | ||
- `view`: Make a read-only call to retrieve information from the network. | ||
|
@@ -257,7 +257,7 @@ useEffect(() => { | |
}, [wallet]) | ||
``` | ||
|
||
#### useWallet API Reference | ||
#### API | ||
|
||
- `ready`: boolean indicating whether the wallet API is ready. | ||
- `walletApi`: Wallet API. See its [API Reference here](#wallet-api-reference). | ||
|