PermanentLockedAccount implements the VestingAccount interface. It does not ever release coins, locking them indefinitely. Coins in this account can still be used for delegating and for governance votes even while locked.

Since: cosmos-sdk 0.43

from message cosmos.vesting.v1beta1.PermanentLockedAccount

Hierarchy

Constructors

Properties

baseVestingAccount?: BaseVestingAccount

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

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

Methods