@signumjs/core
Version:
Principal package with functions and models for building Signum Network applications.
17 lines (16 loc) • 572 B
TypeScript
/** @ignore */
/** @internal */
/** */
/**
* Original work Copyright (c) 2018 PoC-Consortium
* Modified work Copyright (c) 2019 Burst Apps Team
* Modified work Copyright (c) 2021 Signum Network
*/
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 gmult: (a: any, b: any) => number;
export declare const isDeeplyValidAddress: (address: string) => boolean;