getPendingSafeOperations
Returns the pending Safe operations for the connected Safe account.
Usage
_10import { safeOperationsClient } from './setup.ts'_10_10const pendingSafeOperations = await safeOperationsClient.getPendingSafeOperations()
Returns
Promise<GetSafeOperationListResponse>
The paginated list of pending Safe operations for the connected Safe account.