@ethersphere/bee-js
Version:
Javascript client for Bee
10 lines (9 loc) • 406 B
TypeScript
import { PeerAddress } from './typed-bytes';
/**
* Utility function that for given strings/reference takes the most specific
* target that Bee node will except.
*
* @param target is a non-prefixed hex string Bee address
* @see [Bee docs - PSS](https://docs.ethswarm.org/docs/develop/tools-and-features/pss)
*/
export declare function makeMaxTarget(target: PeerAddress | Uint8Array | string): string;