Interface DistributionRewardsResponse

interface DistributionRewardsResponse {
    rewards: Reward[];
    total: CosmosCoin<string>[];
}

Properties

Properties

rewards: Reward[]
total: CosmosCoin<string>[]