bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Class MsgCancelUnbondingDelegation

    MsgCancelUnbondingDelegation defines the SDK message for performing a cancel unbonding delegation for delegator

    Since: cosmos-sdk 0.46

    from message cosmos.staking.v1beta1.MsgCancelUnbondingDelegation

    Hierarchy

    Index

    Constructors

    Properties

    amount?: Coin

    amount is always less than or equal to unbonding delegation entry balance

    from field: cosmos.base.v1beta1.Coin amount = 3;

    creationHeight: bigint = protoInt64.zero

    creation_height is the height which the unbonding took place.

    from field: int64 creation_height = 4;

    delegatorAddress: string = ""

    from field: string delegator_address = 1;

    validatorAddress: string = ""

    from field: string validator_address = 2;

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

    Methods