Interface StakedRewardsInfo

Hierarchy

  • StakedRewardsInfo

Properties

currentRound: number
end: bigint
escrowAddress: string
latest: bigint
rewards: {
    assetId: number;
    claimed: bigint;
    total: bigint;
}[]
start: bigint
userAddress: string

Generated using TypeDoc