UNPKG

@signumjs/util

Version:

Useful utilities and tools for building Signum Network applications

14 lines (13 loc) 478 B
/** @ignore */ /** @internal */ /** */ export declare const AddressPrefix = "S"; export declare const LegacyAddressPrefix = "BURST"; 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;