@witnet/ethers
Version:
Wit/Oracle Ethers Framework package for EVM-compatible projects
66 lines • 2.57 kB
TypeScript
export const DEFAULT_BATCH_SIZE: 64;
export const DEFAULT_LIMIT: 64;
export const DEFAULT_SINCE: -5000;
declare function blue(str: any): string;
declare function cyan(str: any): string;
declare function gray(str: any): string;
declare function green(str: any): string;
declare function red(str: any): string;
declare function yellow(str: any): string;
declare function white(str: any): string;
declare function magenta(str: any): string;
declare function lblue(str: any): string;
declare function lcyan(str: any): string;
declare function lgreen(str: any): string;
declare function lmagenta(str: any): string;
declare function lwhite(str: any): string;
declare function lyellow(str: any): string;
declare function mblue(str: any): string;
declare function mcyan(str: any): string;
declare function mgreen(str: any): string;
declare function mred(str: any): string;
declare function myellow(str: any): string;
declare function mmagenta(str: any): string;
export function chunks(arr: any, n: any): Generator<any, void, unknown>;
export function deleteExtraFlags(args: any): any[];
export function extractFlagsFromArgs(args: any, flags: any): any[];
export function extractOptionsFromArgs(args: any, options: any): any[];
export function flattenObject(ob: any): {};
export function orderKeys(obj: any): any;
export function showVersion(): void;
export function traceData(header: any, data: any, width: any, color: any): void;
export function traceHeader(header: any, color?: (str: any) => string, indent?: string): void;
export function getNetworkAddresses(network: any): any;
export function importRadonAssets(options: any): any;
export function readWitnetJsonFiles(...filenames: any[]): any;
export function saveWitnetJsonFiles(data: any): void;
export function traceTable(records: any, options: any): void;
export function commas(number: any): string;
export function colorstrip(str: any): any;
export function prompter(promise: any): any;
export declare namespace colors {
export { blue };
export { cyan };
export { gray };
export { green };
export { red };
export { yellow };
export { white };
export { magenta };
export { lblue };
export { lcyan };
export { lgreen };
export { lmagenta };
export { lwhite };
export { lyellow };
export { mblue };
export { mcyan };
export { mgreen };
export { mred };
export { myellow };
export { mmagenta };
}
export declare let getNetworkArtifacts: any;
export declare let getNetworkConstructorArgs: any;
export {};
//# sourceMappingURL=helpers.d.ts.map