mirror of
https://github.com/pezkuwichain/pezkuwi-telegram-miniapp.git
synced 2026-06-20 09:11:04 +00:00
feat: add HEZ staking reward claim functionality
- Add staking-rewards.ts with unclaimed era detection and payoutStakers - Show unclaimed rewards with per-era claim buttons in Scores tab - Support batch claim via utility.batchAll - Add translations for 6 languages
This commit is contained in:
@@ -163,6 +163,15 @@ export interface Translations {
|
||||
claimSuccess: string;
|
||||
claimFailed: string;
|
||||
noPezRewards: string;
|
||||
unclaimedRewards: string;
|
||||
claimStakingReward: string;
|
||||
claimAllStaking: string;
|
||||
claimingStakingReward: string;
|
||||
stakingClaimSuccess: string;
|
||||
stakingClaimFailed: string;
|
||||
noUnclaimedRewards: string;
|
||||
rewardHistory: string;
|
||||
era: string;
|
||||
};
|
||||
|
||||
// Wallet section
|
||||
|
||||
Reference in New Issue
Block a user