UNPKG

@plasma-fi/sdk

Version:

🛠 An SDK for building dapp on PlasmaSwap.

5 lines (4 loc) • 164 B
/** * Returns current unix timestamp (The number of seconds since midnight (00:00:00 UTC) on January 1, 1970) */ export declare function timestamp(): number;