Skip to main content
Mutation hook for signing and sending Solana transactions using a signer from useParaSolanaSigner.
@getpara/react-sdk includes @getpara/solana-signers-v2-integration. Install @solana/kit when your app creates RPC clients, builds transactions, or imports Solana helpers directly.
Get the signer parameter from useParaSolanaSigner.

Import

Usage

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