Starter Kit ReferenceSafeClientgetNonce getNonce Returns the nonce of the connected Safe. Usage example.tssetup.ts_10import { safeClient } from './setup.ts'_10_10const nonce = await safeClient.getNonce() Returns Promise<number> The nonce of the connected Safe.getAddressgetOwnersWas this page helpful?Report issue