@metamask/ocap-kernel
Version:
OCap kernel core components
10 lines • 462 B
text/typescript
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