UnbondingDelegation stores all of a single delegator's unbonding bonds for a single validator in an time-ordered list.

from message cosmos.staking.v1beta1.UnbondingDelegation

Hierarchy

Constructors

Properties

delegatorAddress: string = ""

delegator_address is the bech32-encoded address of the delegator.

from field: string delegator_address = 1;

entries: UnbondingDelegationEntry[] = []

entries are the unbonding delegation entries.

unbonding delegation entries

from field: repeated cosmos.staking.v1beta1.UnbondingDelegationEntry entries = 3;

validatorAddress: string = ""

validator_address is the bech32-encoded address of the validator.

from field: string validator_address = 2;

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

Methods