UNPKG

viem

Version:

TypeScript Interface for Ethereum

10 lines 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.snapshot = void 0; async function snapshot(client) { return await client.request({ method: 'evm_snapshot', }); } exports.snapshot = snapshot; //# sourceMappingURL=snapshot.js.map