UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

9 lines (8 loc) 370 B
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;