emulator.emulator.stepforwardtounix
Home > @blaze-cardano/emulator > Emulator > stepForwardToUnix
Emulator.stepForwardToUnix() method
Advances time to the slot corresponding to the provided unix timestamp.
Signature:
stepForwardToUnix(unix: number | bigint): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
unix |
number | bigint |
Unix timestamp (ms) to advance to. |
Returns:
void
{void}