UNPKG

@ethersphere/bee-js

Version:
3 lines (2 loc) 166 B
import { FeedIndex, Identifier, Topic } from '../utils/typed-bytes'; export declare function makeFeedIdentifier(topic: Topic, index: FeedIndex | number): Identifier;