RedelegationEntry defines a redelegation object with relevant metadata.

interface RedelegationEntry {
    completionTime: undefined | Date;
    creationHeight: bigint;
    initialBalance: string;
    sharesDst: string;
}

Properties

completionTime: undefined | Date

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.