UNPKG

o3-dapi-ont

Version:
10 lines 266 B
import { Asset } from '../../constants'; interface Allowance { asset: Asset; from: string; to: string; network: string; } export declare function getAllowance(data: Allowance): Promise<Allowance>; export {}; //# sourceMappingURL=getAllowance.d.ts.map