setNextBlockTimestamp
Sets the next block's timestamp.
Usage
ts
import { testClient } from '.'
 
await testClient.setNextBlockTimestamp({ 
  timestamp: 1671744314
})
Parameters
timestamp
- Type: 
number 
ts
await testClient.setNextBlockTimestamp({
  timestamp: 1671744314 
})
Notes
- The next Block 
timestampcannot be lesser than the current Blocktimestamp.