UNPKG

o3-dapi-ont

Version:
10 lines 312 B
interface GetClaimableOngRewardsArgs { network: string; address: string; } interface ClaimableOngRewards { amount: string; } export declare function getClaimableOngRewards(data: GetClaimableOngRewardsArgs): Promise<ClaimableOngRewards>; export {}; //# sourceMappingURL=getClaimableOngRewards.d.ts.map