Protocol Kit Reference
Safe Configuration
getNonce

getNonce

Returns the Safe nonce of the connected Safe.

Usage


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

Returns

Promise<number>

The Safe nonce.

Was this page helpful?