getPendingTransactions
Returns the list of pending transactions from a Safe that require confirmation before they become executable.
Usage
_10import { safeClient } from './setup.ts'_10_10const pendingTransactions = await safeClient.getPendingTransactions()
Returns
Promise<SafeMultisigConfirmationListResponse>
The paginated list of the pending transactions.