RedelegationEntry defines a redelegation object with relevant metadata.

interface RedelegationEntryAmino {
    completion_time?: string;
    creation_height?: string;
    initial_balance?: string;
    shares_dst?: string;
}

Properties

completion_time?: string

completion_time defines the unix time for redelegation completion.

creation_height?: string

creation_height defines the height which the redelegation took place.

initial_balance?: string

initial_balance defines the initial balance when redelegation started.

shares_dst?: string

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