UNPKG

o3-dapi-ont

Version:
10 lines 270 B
interface GetClaimableOngArgs { network: string; address: string; } interface ClaimableOng { amount: string; } export declare function getClaimableOng(data: GetClaimableOngArgs): Promise<ClaimableOng>; export {}; //# sourceMappingURL=getClaimableOng.d.ts.map