tornado-scripts/dist/gaszip.d.ts

10 lines
362 B
TypeScript
Raw Permalink Normal View History

2024-10-16 14:19:49 +00:00
import { NetIdType } from './networkConfig';
export declare const gasZipInbounds: Record<NetIdType, string>;
export declare const gasZipID: Record<NetIdType, number>;
2024-10-16 14:19:49 +00:00
export declare function gasZipInput(to: string, shorts: number[]): string | null;
export declare function gasZipMinMax(ethUsd: number): {
min: number;
max: number;
ethUsd: number;
};