MsgCreateVestingAccount defines a message that enables creating a vesting account.

Since: cosmos-sdk 0.46

from message cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount

Hierarchy

Constructors

Properties

fromAddress: string = ""

from field: string from_address = 1;

startTime: bigint = protoInt64.zero

start of vesting as unix time (in seconds).

from field: int64 start_time = 3;

toAddress: string = ""

from field: string to_address = 2;

vestingPeriods: Period[] = []

from field: repeated cosmos.vesting.v1beta1.Period vesting_periods = 4;

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

Methods