UNPKG

delegate-framework

Version:

A TypeScript framework for building robust, production-ready blockchain workflows with comprehensive error handling, logging, and testing. Maintained by delegate.fun

5 lines 164 B
import { BaseTask } from "../types"; export declare class CostCalculator { static getCost(task: BaseTask): Promise<number>; } //# sourceMappingURL=cost.d.ts.map