UNPKG

@metamask/ocap-kernel

Version:
10 lines 462 B
import type { MeterControl } from "@agoric/swingset-liveslots"; /** * Liveslots must be given a MeterControl object so it can turn metering on and * off in metered execution environments. We have no metering, so this produces * an object that obeys the MeterControl API but doesn't actually do anything. * * @returns a dummy MeterControl object. */ export declare function makeDummyMeterControl(): MeterControl; //# sourceMappingURL=meter-control.d.mts.map