MsgCreateVestingAccount defines a message that enables creating a vesting account.

from message cosmos.vesting.v1beta1.MsgCreateVestingAccount

Hierarchy

Constructors

Properties

amount: Coin[] = []

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

delayed: boolean = false

from field: bool delayed = 5;

endTime: bigint = protoInt64.zero

end of vesting as unix time (in seconds).

from field: int64 end_time = 4;

fromAddress: string = ""

from field: string from_address = 1;

toAddress: string = ""

from field: string to_address = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.vesting.v1beta1.MsgCreateVestingAccount" = "cosmos.vesting.v1beta1.MsgCreateVestingAccount"

Methods