UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

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