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

    MsgBeginRedelegate defines a SDK message for performing a redelegation of coins from a delegator and source validator to a destination validator.

    from message cosmos.staking.v1beta1.MsgBeginRedelegate

    Hierarchy

    Index

    Constructors

    Properties

    amount?: Coin

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

    delegatorAddress: string = ""

    from field: string delegator_address = 1;

    validatorDstAddress: string = ""

    from field: string validator_dst_address = 3;

    validatorSrcAddress: string = ""

    from field: string validator_src_address = 2;

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

    Methods