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

    Class ValidatorHistoricalRewardsRecord

    ValidatorHistoricalRewardsRecord is used for import / export via genesis json.

    from message cosmos.distribution.v1beta1.ValidatorHistoricalRewardsRecord

    Hierarchy

    Index

    Constructors

    Properties

    period: bigint = protoInt64.zero

    period defines the period the historical rewards apply to.

    from field: uint64 period = 2;

    rewards defines the historical rewards of a validator.

    from field: cosmos.distribution.v1beta1.ValidatorHistoricalRewards rewards = 3;

    validatorAddress: string = ""

    validator_address is the address of the validator.

    from field: string validator_address = 1;

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

    Methods