Posted on c/ElrondDevelopers 2 mic49732581c/ElrondDevelopers 3 years ago any ways to test timestamps in mandos? i need write a function that returns an ESDT based on how long has passed since the previous call, is there a way to manipulate the current timestamp in mandos? Comment 2 Comments ian8639380436 3years ago You can set them like this: { "step": "setState", "currentBlockInfo": { "blockTimestamp": "1000" } } dra8809196860 3years ago consider the time in blocks
You can set them like this: { "step": "setState", "currentBlockInfo": { "blockTimestamp": "1000" } }
consider the time in blocks