Starter Kit Reference
getPendingSafeOperations

getPendingSafeOperations

Returns the pending Safe operations for the connected Safe account.

Usage


_10
import { safeOperationsClient } from './setup.ts'
_10
_10
const pendingSafeOperations = await safeOperationsClient.getPendingSafeOperations()

Returns

Promise<GetSafeOperationListResponse>

The paginated list of pending Safe operations for the connected Safe account.

Was this page helpful?