UNPKG

estaminet

Version:

A set of WebComponents building on top of Statemint family of Polkadot parachains

7 lines (6 loc) 244 B
export declare function url(data: string): string | undefined; /** * @param uri * @returns a IPFS hash from a data chunk (IPFS URI (e.g. ipfs://ipfs/Qm..), hash code) */ export declare function extractHash(data: string): string | undefined;