MsgSend represents a message to send coins from one account to another.

from message cosmos.bank.v1beta1.MsgSend

Hierarchy

Constructors

Properties

amount: Coin[] = []

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

fromAddress: string = ""

from field: string from_address = 1;

toAddress: string = ""

from field: string to_address = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.bank.v1beta1.MsgSend" = "cosmos.bank.v1beta1.MsgSend"

Methods