Starter Kit Reference
SafeClient
getPendingTransactions

getPendingTransactions

Returns the list of pending transactions from a Safe that require confirmation before they become executable.

Usage


_10
import { safeClient } from './setup.ts'
_10
_10
const pendingTransactions = await safeClient.getPendingTransactions()

Returns

Promise<SafeMultisigConfirmationListResponse>

The paginated list of the pending transactions.

Was this page helpful?