UNPKG

@fruitsjs/util

Version:

Useful utilities and tools for building Fruits Eco-Blockchain applications

11 lines (10 loc) 454 B
export declare const AddressPrefix = "FRUITS"; export declare const LegacyAddressPrefix = "FRUITS"; export declare const initialCodeword: number[]; export declare const gexp: number[]; export declare const glog: number[]; export declare const cwmap: number[]; export declare const alphabet: string[]; export declare const base32Length = 13; export declare const ginv: (a: any) => number; export declare const gmult: (a: any, b: any) => number;