UNPKG

o3-dapi-ont

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