API Kit Reference
confirmTransaction

confirmTransaction

Adds a confirmation for a Safe transaction.

Usage

import { apiKit } from './setup.ts'

const safeTxHash = '0x...'

const signature = '0x...'

const signature = await apiKit.confirmTransaction(safeTxHash, signature)

Returns

Promise<SignatureResponse>

The signature.

Parameters

safeTxHash

  • Type: string

The hash of the Safe transaction that will be confirmed.

const signature = await apiKit.confirmTransaction(
'0x...',
'0x...'
)

signature

  • Type: string

The signature of the transaction.

const signature = await apiKit.confirmTransaction(
'0x...',
'0x...'
)
Last updated on

Was this page helpful?

We use cookies to provide you with the best experience and to help improve our website and application. Please read our Cookie Policy for more information. By clicking "Accept all", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage and provide customer support.