MsgUndelegate defines a SDK message for performing an undelegation from a delegate and a validator.

from message cosmos.staking.v1beta1.MsgUndelegate

Hierarchy

Constructors

Properties

amount?: Coin

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

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.MsgUndelegate" = "cosmos.staking.v1beta1.MsgUndelegate"

Methods