UNPKG

@dtu-olp-2024/kafka-nocobase

Version:

A NocoBase plugin for Apache Kafka integration, supporting message publishing, topic management, and event-driven workflows. Built for the DTU GreenHope project.

6 lines 260 B
import type { AccessList, AccessListish } from "./index.js"; /** * Returns a [[AccessList]] from any ethers-supported access-list structure. */ export declare function accessListify(value: AccessListish): AccessList; //# sourceMappingURL=accesslist.d.ts.map