UNPKG

@firefly-exchange/library-sui

Version:

Sui library housing helper methods, classes to interact with Bluefin protocol(s) deployed on Sui

4 lines (3 loc) 190 B
export declare function generateRandomInt(min: number, max: number): number; export declare function generateSalt(): number; export declare function getRandomString(length: number): string;