PeriodicVestingAccount implements the VestingAccount interface. It periodically vests by unlocking coins during each specified period.

from message cosmos.vesting.v1beta1.PeriodicVestingAccount

Hierarchy

Constructors

Properties

baseVestingAccount?: BaseVestingAccount

from field: cosmos.vesting.v1beta1.BaseVestingAccount base_vesting_account = 1;

startTime: bigint = protoInt64.zero

from field: int64 start_time = 2;

vestingPeriods: Period[] = []

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

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

Methods