API Kit Reference
getTransactionConfirmations

getTransactionConfirmations

Returns the list of confirmations for a given a Safe transaction.

Usage

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

const safeTxHash = '0x...'

const confirmations = await apiKit.getTransactionConfirmations(safeTxHash)

Returns

Promise<SafeMultisigConfirmationListResponse>

The list of confirmations.

Parameters

safeTxHash

  • Type: string

The hash of the Safe transaction.

const confirmations = await apiKit.getTransactionConfirmations(
'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.