RedelegationEntry defines a redelegation object with relevant metadata.

from message cosmos.staking.v1beta1.RedelegationEntry

Hierarchy

Constructors

Properties

completionTime?: Timestamp

completion_time defines the unix time for redelegation completion.

from field: google.protobuf.Timestamp completion_time = 2;

creationHeight: bigint = protoInt64.zero

creation_height defines the height which the redelegation took place.

from field: int64 creation_height = 1;

initialBalance: string = ""

initial_balance defines the initial balance when redelegation started.

from field: string initial_balance = 3;

sharesDst: string = ""

shares_dst is the amount of destination-validator shares created by redelegation.

from field: string shares_dst = 4;

unbondingId: bigint = protoInt64.zero

Incrementing id that uniquely identifies this entry

from field: uint64 unbonding_id = 5;

unbondingOnHoldRefCount: bigint = protoInt64.zero

Strictly positive if this entry's unbonding has been stopped by external modules

from field: int64 unbonding_on_hold_ref_count = 6;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.v1beta1.RedelegationEntry" = "cosmos.staking.v1beta1.RedelegationEntry"

Methods