Starter Kit Reference
getPendingOffChainMessages

getPendingOffChainMessages

This method returns the list of pending off-chain messages that require confirmation by using the confirmOffChainMessage method.

Usage


_10
import { offchainMessageClient } from './setup.ts'
_10
_10
const pendingMessages = await offchainMessageClient.getPendingOffChainMessages()

Returns

Promise<SafeMessageListResponse>

A paginated list of the pending off-chain messages

Was this page helpful?