UnbondingDelegationEntry defines an unbonding object with relevant metadata.

interface UnbondingDelegationEntry {
    balance: string;
    completionTime: Timestamp;
    creationHeight: bigint;
    initialBalance: string;
    unbondingId: bigint;
    unbondingOnHoldRefCount: bigint;
}

Properties

balance: string

balance defines the tokens to receive at completion.

completionTime: Timestamp

completion_time is the unix time for unbonding completion.

creationHeight: bigint

creation_height is the height which the unbonding took place.

initialBalance: string

initial_balance defines the tokens initially scheduled to receive at completion.

unbondingId: bigint

Incrementing id that uniquely identifies this entry

unbondingOnHoldRefCount: bigint

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