UNPKG

@iexec/dataprotector

Version:

This product enables users to confidentially store data–such as mail address, documents, personal information ...

11 lines (10 loc) 329 B
/** * Convert an hex string to a readable string * Ex: * "0xa50322122038d76d7059153e707cd0951cf2ff64d17f69352a285503800c7787c3af0c63dd" * to * "/p2p/QmSAY4mYRkCvdDzcD3A3sDeN5nChyn82p88xt7HhYHqXfi" */ export declare function getMultiaddrAsString({ multiaddrAsHexString, }: { multiaddrAsHexString?: string; }): string;