UNPKG

@metamask/ocap-kernel

Version:
8 lines 536 B
import type { MethodSpecRecord } from "@metamask/kernel-rpc-methods"; import { launchSpec } from "./launch.mjs"; import { terminateSpec } from "./terminate.mjs"; import { terminateAllSpec } from "./terminateAll.mjs"; export type VatWorkerServiceMethodSpecs = typeof launchSpec | typeof terminateSpec | typeof terminateAllSpec; export declare const vatWorkerServiceMethodSpecs: MethodSpecRecord<VatWorkerServiceMethodSpecs>; export type VatWorkerServiceMethod = VatWorkerServiceMethodSpecs['method']; //# sourceMappingURL=index.d.mts.map