QueryDelegationRewardsRequest is the request type for the Query/DelegationRewards RPC method.

from message cosmos.distribution.v1beta1.QueryDelegationRewardsRequest

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

delegator_address defines the delegator address to query for.

from field: string delegator_address = 1;

validatorAddress: string = ""

validator_address defines the validator address to query for.

from field: string validator_address = 2;

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

Methods