getPoSRewards
Get the rewards information of a PoS epoch.
Usage
example.ts
import { publicClient } from "./client";
const PoSReward = await publicClient.getPoSRewardByEpoch({
epochNumber: 1n,
});
Returns
Parameters
epochNumber
const PoSReward = await publicClient.getPoSRewardByEpoch({
epochNumber: 1n,
});