@protonsale/sdk
Version:
Proton Sale SDK
12 lines • 489 B
TypeScript
import { HexString } from "aptos";
/**
*
* @param account Address of user
* @returns hex string of modules
* Define struct contain 6 parameter struct abcdef { ABCDEF {} }
*/
export declare const getRanDomModuleNameHex: (account: HexString) => string[];
export declare const strToHex: (str: string) => string;
export declare const decimalToHex: (d: number | bigint) => string;
export declare const decimalToHexReverse: (d: number | bigint) => string;
//# sourceMappingURL=util.d.ts.map