Skip to main content
Mutation hook for signing and broadcasting Cosmos transactions using a CosmJS signer and signing client.
@getpara/react-sdk includes @getpara/cosmjs-v0-integration. Install @cosmjs/stargate when your app creates signing clients or imports Stargate helpers directly.
Get the signer parameter from useParaCosmjsProtoSigner or useParaCosmjsAminoSigner.

Import

Usage

mutate/mutateAsync are also available alongside the named aliases. All other UseMutationResult fields (data, error, isSuccess, isError, reset, etc.) work as expected.