UNPKG

@augustdigital/pools

Version:

JS SDK for web3 interactions with the August Digital Lending Pools

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