MsgDelegate defines a SDK message for performing a delegation of coins from a delegator to a validator.

from message cosmos.staking.v1beta1.MsgDelegate

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

Methods