UNPKG

viem

Version:

TypeScript Interface for Ethereum

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