Interface ValidatorOutstandingRewardsSDKType

ValidatorOutstandingRewards represents outstanding (un-withdrawn) rewards for a validator inexpensive to track, allows simple sanity checks.

interface ValidatorOutstandingRewardsSDKType {
    rewards: DecCoinSDKType[];
}

Properties

Properties

rewards: DecCoinSDKType[]