nonceSet conditions around nonce stateSchema PropertyRequiredDescriptiontypeYes"nonce"nonceYesA nonce. Must be an integer greater than 0.stateYesCan be USED or NOT_USEDUSED: Allow execution if nonce has set on chainNOT_USED: Allow execution if nonce has not been set on chain. Example JavaScript{ type: 'nonce', nonce: 123, state: 'USED' }