Starter Kit Reference
SafeClient
getNonce

getNonce

Returns the nonce of the connected Safe.

Usage


_10
import { safeClient } from './setup.ts'
_10
_10
const nonce = await safeClient.getNonce()

Returns

Promise<number>

The nonce of the connected Safe.

Was this page helpful?