DelegatorStartingInfo represents the starting info for a delegator reward period. It tracks the previous validator period, the delegation's amount of staking token, and the creation height (to check later on if any slashes have occurred). NOTE: Even though validators are slashed to whole staking tokens, the delegators within the validator may be left with less than a full token, thus sdk.Dec is used.

from message cosmos.distribution.v1beta1.DelegatorStartingInfo

Hierarchy

Constructors

Properties

height: bigint = protoInt64.zero

from field: uint64 height = 3;

previousPeriod: bigint = protoInt64.zero

from field: uint64 previous_period = 1;

stake: string = ""

from field: string stake = 2;

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

Methods