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 235 B
import type { RlpStructuredDataish } from "./rlp.js"; /** * Encodes %%object%% as an RLP-encoded [[DataHexString]]. */ export declare function encodeRlp(object: RlpStructuredDataish): string; //# sourceMappingURL=rlp-encode.d.ts.map