MsgCreatePermanentLockedAccount defines a message that enables creating a permanent locked account.

Since: cosmos-sdk 0.46

from message cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount

Hierarchy

Constructors

Properties

amount: Coin[] = []

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

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.MsgCreatePermanentLockedAccount" = "cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount"

Methods