All Hooks
Last updated
Was this helpful?
Last updated
Was this helpful?
useink
Hooks 🪝Like what you see? Please
Don't see a feature you need? .
Have a question? Join the .
- call a contract and get the decoded result or an error.
- call a contract and get the decoded result or an error on each new block.
- create a contract client instance containing metadata and the contract's address.
- send a dry run of a transaction to check if it will succeed and to determine gas costs.
- fetch the events for a contract from state. Optionally filter by event name.
- subscribe to a contract's emitted events.
- sign and send a contract transaction and get the decoded result or an error.
- send a dry run of a transaction and get the total payment information required.
- get a list of all supported wallets including Talisman, PolkadotJs, and more.
- get a list of all supported wallets that are installed in a user's browser extensions.
- get a list of all supported wallets that are NOT installed in a user's browser extensions.
- connect to a wallet browser extension, and get account information.
- get the api client instance configured for a specific chain. This contains RPC information, and is used in many other hooks.
- get an account's balance for a given chain.
- get block header information for a chain on each new block.