bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class QueryValidatorDistributionInfoResponse

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

    from message cosmos.distribution.v1beta1.QueryValidatorDistributionInfoResponse

    Hierarchy

    Index

    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"

    Methods