RedelegationEntry defines a redelegation object with relevant metadata.

interface RedelegationEntry {
    completionTime: Timestamp;
    creationHeight: bigint;
    initialBalance: string;
    sharesDst: string;
    unbondingId: bigint;
    unbondingOnHoldRefCount: bigint;
}

Properties

completionTime: Timestamp

completion_time defines the unix time for redelegation completion.

creationHeight: bigint

creation_height defines the height which the redelegation took place.

initialBalance: string

initial_balance defines the initial balance when redelegation started.

sharesDst: string

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

unbondingId: bigint

Incrementing id that uniquely identifies this entry

unbondingOnHoldRefCount: bigint

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