📄️ useAccount
Hook to retrieve account data with optional arguments to invoke given function on connect/disconnect.
📄️ useActiveChain
hook for accessing the GrazChain info based on connected chain/account
📄️ useActiveChainCurrency
hook to retrieve active chain validators with given query client and optional bond status
📄️ useActiveChainValidators
hook to retrieve active chain validators with given query client and optional bond status
📄️ useBalance
Hook to retrieve specific asset balance from current account or given address
📄️ useBalanceStaked
Hook to retrieve list of staked balances from current account or given address
📄️ useBalances
Hook to retrieve list of balances from current account or given address
📄️ useCheckWallet
Hook to check whether given {@link WalletType} or default configured wallet is supported
📄️ useClients
Hook to retrieve a CosmWasmClient, StargateClient and Tendermint34Client.
📄️ useConnect
Mutation hook to execute wallet connection with optional arguments to invoke given functions on error, loading, or success event
📄️ useDisconnect
Mutation hook to execute wallet disconnection with optional arguments to invoke given functions on error, loading, or success event.
📄️ useExecuteContract
Mutation hook to executing transactions against a CosmWasm smart contract.
📄️ useInstantiateContract
Mutation hook to instantiate a CosmWasm smart contract.
📄️ useOfflineSigners
Hook to retrieve offline signer objects (default, amino enabled, and auto)
📄️ useQueryClient
Hook to create and use @cosmjs/stargate's QueryClient
📄️ useQueryRaw
Query hook for dispatching a "raw" query to a CosmWasm smart contract.
📄️ useQuerySmart
Query hook for dispatching a "smart" query to a CosmWasm smart contract.
📄️ useRecentChain
hook to retrieve last connected chain info
📄️ useSendIbcTokens
Mutation hook to send IBC tokens and returns @cosmjs/stargate's DeliverTxResponse
📄️ useSendTokens
Mutation hook to send tokens and returns @cosmjs/stargate's DeliverTxResponse
📄️ useSigningClients
Hook to retrieve a SigningCosmWasmClient and SigningStargateClient.
📄️ useSuggestChain
Mutation hook for suggesting a chain to a wallet
📄️ useSuggestChainAndConnect
mutation hook for Suggesting a chain and connect to a wallet in one hook.