RedelegationEntry defines a redelegation object with relevant metadata.

interface RedelegationEntrySDKType {
    completion_time: undefined | Date;
    creation_height: bigint;
    initial_balance: string;
    shares_dst: string;
}

Properties

completion_time: undefined | Date
creation_height: bigint
initial_balance: string
shares_dst: string