Wraps a RewardsProvider, tracking # of calls of each function

Hierarchy

Implements

Constructors

Properties

healthCheck: (() => Promise<HealthCheckResponse>)

Type declaration

rewardAccountBalance: ((args: RewardAccountBalanceArgs) => Promise<bigint>)

Type declaration

rewardsHistory: ((args: RewardsHistoryArgs) => Promise<Map<RewardAccount, Reward[]>>)

Type declaration

Methods

Generated using TypeDoc