@metamask/ocap-kernel
Version:
OCap kernel core components
8 lines • 499 B
text/typescript
import type { MethodSpecRecord, HandlerRecord } from "@metamask/kernel-rpc-methods";
import { vatSyscallSpec, vatSyscallHandler } from "./vat-syscall.mjs";
export declare const vatSyscallHandlers: HandlerRecord<typeof vatSyscallHandler>;
export declare const vatSyscallMethodSpecs: MethodSpecRecord<typeof vatSyscallSpec>;
type Handlers = (typeof vatSyscallHandlers)[keyof typeof vatSyscallHandlers];
export type VatSyscallMethod = Handlers['method'];
export {};
//# sourceMappingURL=index.d.mts.map