ContinuousVestingAccount implements the VestingAccount interface. It continuously vests by unlocking coins linearly with respect to time.

from message cosmos.vesting.v1beta1.ContinuousVestingAccount

Hierarchy

Constructors

Properties

baseVestingAccount?: BaseVestingAccount

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

startTime: bigint = protoInt64.zero

Vesting start time, as unix timestamp (in seconds).

from field: int64 start_time = 2;

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

Methods