useMutationEffect | - |
usePromiseState | - |
| useAccounts | Hook for getting currently connected accounts. |
| useBlock | Hook for fetching information about the latest block. |
| useChainId | Hook for getting the current chain ID. |
| useChainIds | Hook for getting all configured chain IDs. |
| useChainSpecData | Hook for fetching the JSON-RPC spec. |
| useClient | Hook for getting Polkadot-API client instance. |
| useConfig | Hook for getting the current config. |
| useConnectedWallets | Hook for getting all connected wallets. |
| useContractEventListener | Hook for listening to contract events. |
| useContractMutation | Hook for mutating (writing to) a contract. |
| useLazyLoadQuery | Hook for querying data from chain, and returning the response. |
| useMutation | Hook for sending transactions to chains. |
| useMutationListener | Hook that watches for mutation events. |
| useNativeTokenAmountFromNumber | Hook for returning the native token amount from a number value |
| useNativeTokenAmountFromPlanck | Hook for returning the native token amount from a planck value. |
| usePromises | Hook for using multiple promises in a component. Internally this uses React's `use` API. |
| usePromiseValue | Hook for tracking promise state with a fallback value. |
| useQueryErrorResetter | Hook for getting function to reset query error caught by error boundary |
| useQueryLoader | Hook for loading queries without suspending. |
useQueryRefresher | Hook for refreshing cached query. |
| useSigner | Hook for getting the current signer. |
| useSpendableBalance | Hook for getting an account's spendable balance. |
| useSpendableBalances | Hook for getting accounts’ spendable balances. |
| useStore | Hook for getting the data store. |
| useTypedApi | Hook for getting Polkadot-API typed API. |
| useWalletConnector | Hook for connecting wallets |
| useWalletDisconnector | Hook for disconnecting wallets |
| useWallets | Hook for getting all available wallets. |