QueryValidatorDistributionInfoResponse is the response type for the Query/ValidatorDistributionInfo RPC method.

from message cosmos.distribution.v1beta1.QueryValidatorDistributionInfoResponse

Hierarchy

Constructors

Properties

commission: DecCoin[] = []

commission defines the commission the validator received.

from field: repeated cosmos.base.v1beta1.DecCoin commission = 3;

operatorAddress: string = ""

operator_address defines the validator operator address.

from field: string operator_address = 1;

selfBondRewards: DecCoin[] = []

self_bond_rewards defines the self delegations rewards.

from field: repeated cosmos.base.v1beta1.DecCoin self_bond_rewards = 2;

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

Methods