UNPKG

@signumjs/util

Version:

Useful utilities and tools for building Signum Network applications

11 lines (10 loc) 438 B
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;