UNPKG

@gear-js/api

Version:

A JavaScript library that provides functionality to connect GEAR Component APIs.

10 lines (9 loc) 563 B
import { HexString, U8aLike } from '@polkadot/util/types'; export declare function generateCodeHash(code: Uint8Array | HexString): HexString; export declare function generateProgramId(codeId: HexString | Uint8Array, salt: string | HexString | Uint8Array): HexString; export declare function generateProgramId(code: Uint8Array, salt: string | HexString | Uint8Array): HexString; /** * @deprecated */ export declare function generateVoucherId(who: HexString, programId: HexString): HexString; export declare function generateVoucherId(nonce: U8aLike): HexString;