QueryDelegationRewardsResponse is the response type for the Query/DelegationRewards RPC method.

from message cosmos.distribution.v1beta1.QueryDelegationRewardsResponse

Hierarchy

Constructors

Properties

rewards: DecCoin[] = []

rewards defines the rewards accrued by a delegation.

from field: repeated cosmos.base.v1beta1.DecCoin rewards = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.distribution.v1beta1.QueryDelegationRewardsResponse" = "cosmos.distribution.v1beta1.QueryDelegationRewardsResponse"

Methods