UNPKG

locklift

Version:

Node JS framework for working with Ever contracts. Inspired by Truffle and Hardhat. Helps you to build, test, run and maintain your smart contracts.

8 lines (7 loc) 255 B
export declare class SeService { private readonly rpcUrl; constructor(rpcUrl: string); getCurrentOffsetTime: () => Promise<number>; setTimeOffset: (offsetInSeconds: number) => Promise<number>; resetTimeOffset: () => Promise<number>; }