UNPKG

@waku/utils

Version:
4 lines (3 loc) 201 B
import type { ShardInfo } from "@waku/interfaces"; export declare const decodeRelayShard: (bytes: Uint8Array) => ShardInfo; export declare const encodeRelayShard: (shardInfo: ShardInfo) => Uint8Array;