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