UNPKG

@chainsafe/libp2p-gossipsub

Version:
5 lines 205 B
/** * Browser friendly function to convert Uint8Array message id to base64 string. */ export declare function messageIdToString(msgId: Uint8Array): string; //# sourceMappingURL=messageIdToString.d.ts.map