UNPKG

@fruitsjs/core

Version:

Principal package with functions and models for building Fruits Eco-Blockchain applications.

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