RedelegationEntry defines a redelegation object with relevant metadata.

interface RedelegationEntry {
    completionTime?: Date;
    creationHeight: Long;
    initialBalance: string;
    sharesDst: string;
}

Properties

completionTime?: Date

completion_time defines the unix time for redelegation completion.

creationHeight: Long

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.

Generated using TypeDoc