Skip to content

useSigningCosmWasmClient

Hook for fetching the signing cosmwasm client

Import

import { useSigningCosmWasmClient } from '@abstract-money/react'

Usage

index.tsx
import { useSigningCosmWasmClient } from '@abstract-money/react'
 
function App() {
  const signingCosmWasmClient = useSigningCosmWasmClient({
    chainName: 'osmosis',
  })
}

Parameters

chainName

string | undefined

Name of the chain to be used to fetch the query.

query

QueryOptions | undefined

QueryOptions to use.