You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/react.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,12 +100,14 @@ import { useNetworkMistmatch } from "@thirdweb-dev/react"
100
100
|[usePack(contractAddress)](./react.usepack.md)| Hook for getting an instance of a <code>Pack</code> contract. This contract supports the creation of on-chain luck-based lootboxes. |
101
101
|[usePlatformFees(contract)](./react.useplatformfees.md)| <b><i>(BETA)</i></b> Use this to get the platform fees settings of your |
|[useResetClaimConditions(\[contract, tokenId\])](./react.useresetclaimconditions.md)| <b><i>(BETA)</i></b> Use this to reset claim conditions on your [NFTContract](./react.nftcontract.md)|
|[useRevokeRole(contract)](./react.userevokerole.md)| <b><i>(BETA)</i></b> Use this to revoke a [WalletAddress](./react.walletaddress.md) a specific role on a |
105
106
|[useRoleMembers(contract, role)](./react.userolemembers.md)| <b><i>(BETA)</i></b> Use this to get the members of a role on a |
106
107
|[useRoyaltySettings(contract)](./react.useroyaltysettings.md)| <b><i>(BETA)</i></b> Use this to get the royalty settings of your |
107
108
|[useSDK()](./react.usesdk.md)||
108
109
|[useSetAllRoleMembers(contract)](./react.usesetallrolemembers.md)| <b><i>(BETA)</i></b> Use this to OVERWRITE the list of addresses that are members of specific roles |
110
+
|[useSetClaimConditions(\[contract, tokenId\])](./react.usesetclaimconditions.md)| <b><i>(BETA)</i></b> Use this to set claim conditions on your [NFTContract](./react.nftcontract.md)|
109
111
|[useSignatureDrop(contractAddress)](./react.usesignaturedrop.md)| Hook for getting an instance of an <code>SignatureDrop</code> contract. This contract is meant to interface with ERC721 compliant NFTs that can be lazily minted. |
110
112
|[useSplit(contractAddress)](./react.usesplit.md)| Hook for getting an instance of a <code>Split</code> contract. This contract supports fund distribution to multiple parties. |
111
113
|[useToken(contractAddress)](./react.usetoken.md)| Hook for getting an instance of an <code>Token</code> contract. This contract supports ERC20 compliant tokens. |
@@ -175,6 +177,7 @@ import { useWalletConnect } from "@thirdweb-dev/react"
175
177
|[NFT](./react.nft.md)| <b><i>(BETA)</i></b> A single NFT token |
176
178
|[NFTContract](./react.nftcontract.md)| <b><i>(BETA)</i></b> The possible NFT contract types. |
177
179
|[RequiredParam](./react.requiredparam.md)| <b><i>(BETA)</i></b> Makes a parameter required to be passed, but still allowes it to be undefined. |
180
+
|[SetClaimConditionsParams](./react.setclaimconditionsparams.md)| <b><i>(BETA)</i></b> The params for the [useSetClaimConditions()](./react.usesetclaimconditions.md) hook mutation. |
178
181
|[TokenBurnParams](./react.tokenburnparams.md)| <b><i>(BETA)</i></b> The parameters to pass to the burn function. |
179
182
|[TokenParams](./react.tokenparams.md)| <b><i>(BETA)</i></b> The parameters to pass to the mint and transfer functions. |
180
183
|[TransferNFTParams](./react.transfernftparams.md)| <b><i>(BETA)</i></b> The params to pass to <code>useTransferNFT</code>. |
0 commit comments