UNPKG

@metamask/ocap-kernel

Version:
8 lines 499 B
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