Mutation hook for signing a transaction without broadcasting it. Produces a signed serialized transaction that can be submitted later or inspected by permissions/transaction-review flows.
@getpara/react-sdk includes @getpara/viem-v2-integration. Install viem when your app imports Viem helpers such as chains, transports, parsers, or types directly.
Import
Usage
mutate/mutateAsync are also available alongside the named aliases. All other UseMutationResult fields (data, error, isSuccess, isError, reset, etc.) work as expected.