Requires
@getpara/sui-sdk-integration and @mysten/sui as peer dependencies.Import
Usage
Pass the BCS-serialized transaction bytes (fromTransaction.build()) to signTransactionAsync. It returns the serialized Sui signature, which you submit alongside the transaction bytes.
mutate/mutateAsync are also available alongside the named aliases. All other UseMutationResult fields (data, error, isSuccess, isError, reset, etc.) work as expected.