MultiChainProvider
State management for reads/writes requests across multiple EVM chains.
ReactNode
useChain
Connect to the scanner, provider and database for the given chainId.
HookUseChainOutput
useClients
Connect to scanner, provider and database class instances.
HookUseClientsOutput
useGetAccount
Fetch account entity
Fetches account entity
useGetAccountTransactions
Fetch inbound/outbound transactions for an account.
Fetches transactions from the scanner and database clients. First checking the cache, then fetching from the scanner if the cache is invalid.
useGetContract
Fetch smart contract
Fetches smart contract from the database and/or scanner clients.
Generated using TypeDoc
MultiChainProvider
State management for reads/writes requests across multiple EVM chains.