getPendingOffChainMessages
This method returns the list of pending off-chain messages that require confirmation by using the confirmOffChainMessage
method.
Usage
_10import { offchainMessageClient } from './setup.ts'_10_10const pendingMessages = await offchainMessageClient.getPendingOffChainMessages()
Returns
Promise<SafeMessageListResponse>
A paginated list of the pending off-chain messages