Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The mutation function you can call with variables to trigger the mutation and op

`(variables: SendTransactionVariables, { onSuccess, onSettled, onError }) => Promise<string>`

Similar to [`sendTransaction`](#sendTransaction) but returns a promise which can be awaited.
Similar to [`sendTransaction`](#sendtransaction) but returns a promise which can be awaited.

### data

Expand Down Expand Up @@ -194,5 +194,5 @@ A function to clean the mutation internal state (e.g. it resets the mutation to

`SendTransactionVariables | undefined`

- The variables object passed to [`sendTransaction`](#sendTransaction).
- The variables object passed to [`sendTransaction`](#sendtransaction).
- Defaults to `undefined`.