UNPKG

@waku/core

Version:

TypeScript implementation of the Waku v2 protocol

4 lines (3 loc) 260 B
import { type ClusterId, type IMetadata, type Libp2pComponents } from "@waku/interfaces"; export declare const MetadataCodec = "/vac/waku/metadata/1.0.0"; export declare function wakuMetadata(clusterId: ClusterId): (components: Libp2pComponents) => IMetadata;