UnbondingDelegationEntry defines an unbonding object with relevant metadata.

from message cosmos.staking.v1beta1.UnbondingDelegationEntry

Hierarchy

Constructors

Properties

balance: string = ""

balance defines the tokens to receive at completion.

from field: string balance = 4;

completionTime?: Timestamp

completion_time is the unix time for unbonding completion.

from field: google.protobuf.Timestamp completion_time = 2;

creationHeight: bigint = protoInt64.zero

creation_height is the height which the unbonding took place.

from field: int64 creation_height = 1;

initialBalance: string = ""

initial_balance defines the tokens initially scheduled to receive at completion.

from field: string initial_balance = 3;

unbondingId: bigint = protoInt64.zero

Incrementing id that uniquely identifies this entry

from field: uint64 unbonding_id = 5;

unbondingOnHoldRefCount: bigint = protoInt64.zero

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

from field: int64 unbonding_on_hold_ref_count = 6;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.staking.v1beta1.UnbondingDelegationEntry" = "cosmos.staking.v1beta1.UnbondingDelegationEntry"

Methods