com.openelements.hiero.base.data.NetworkStake Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hiero-enterprise-base Show documentation
Show all versions of hiero-enterprise-base Show documentation
Base Library to work with Hiero in Spring and JakartaEE
The newest version!
package com.openelements.hiero.base.data;
public record NetworkStake(
long maxStakeReward,
long maxStakeRewardPerHbar,
long maxTotalReward,
double nodeRewardFeeFraction,
long reservedStakingRewards,
long rewardBalanceThreshold,
long stakeTotal,
long stakingPeriodDuration,
long stakingPeriodsStored,
double stakingRewardFeeFraction,
long stakingRewardRate,
long stakingStartThreshold,
long unreservedStakingRewardBalance
) {
public NetworkStake {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy