UNPKG

@augustdigital/pools

Version:

External services interactions

9 lines (8 loc) 340 B
import { IAddress } from '@augustdigital/types'; import type { IActiveStakingPosition, IEnv } from '@augustdigital/types'; export declare function getRewardsStakingPositions({ rpcUrl, wallet, env, coinGeckoKey, }: { env?: IEnv; wallet?: IAddress; rpcUrl: string; coinGeckoKey: string; }): Promise<IActiveStakingPosition[]>;