proto/cosmos/vesting/v1beta1/export library

Classes

BaseVestingAccount
BaseVestingAccount implements the VestingAccount interface. It contains all the necessary fields needed for any vesting account implementation.
ContinuousVestingAccount
ContinuousVestingAccount implements the VestingAccount interface. It continuously vests by unlocking coins linearly with respect to time.
DelayedVestingAccount
DelayedVestingAccount implements the VestingAccount interface. It vests all coins after a specific time, but non prior. In other words, it keeps them locked until a specified time.
MsgClient
MsgCreatePeriodicVestingAccount
MsgCreateVestingAccount defines a message that enables creating a vesting account.
MsgCreatePeriodicVestingAccountResponse
MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount response type.
MsgCreatePermanentLockedAccount
MsgCreatePermanentLockedAccount defines a message that enables creating a permanent locked account.
MsgCreatePermanentLockedAccountResponse
MsgCreatePermanentLockedAccountResponse defines the Msg/CreatePermanentLockedAccount response type.
MsgCreateVestingAccount
MsgCreateVestingAccount defines a message that enables creating a vesting account.
MsgCreateVestingAccountResponse
MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type.
MsgServiceBase
Period
Period defines a length of time and amount of coins that will vest.
PeriodicVestingAccount
PeriodicVestingAccount implements the VestingAccount interface. It periodically vests by unlocking coins during each specified period.
PermanentLockedAccount
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.

Properties

baseVestingAccountDescriptor Uint8List
Descriptor for BaseVestingAccount. Decode as a google.protobuf.DescriptorProto.
final
continuousVestingAccountDescriptor Uint8List
Descriptor for ContinuousVestingAccount. Decode as a google.protobuf.DescriptorProto.
final
delayedVestingAccountDescriptor Uint8List
Descriptor for DelayedVestingAccount. Decode as a google.protobuf.DescriptorProto.
final
msgCreatePeriodicVestingAccountDescriptor Uint8List
Descriptor for MsgCreatePeriodicVestingAccount. Decode as a google.protobuf.DescriptorProto.
final
msgCreatePeriodicVestingAccountResponseDescriptor Uint8List
Descriptor for MsgCreatePeriodicVestingAccountResponse. Decode as a google.protobuf.DescriptorProto.
final
msgCreatePermanentLockedAccountDescriptor Uint8List
Descriptor for MsgCreatePermanentLockedAccount. Decode as a google.protobuf.DescriptorProto.
final
msgCreatePermanentLockedAccountResponseDescriptor Uint8List
Descriptor for MsgCreatePermanentLockedAccountResponse. Decode as a google.protobuf.DescriptorProto.
final
msgCreateVestingAccountDescriptor Uint8List
Descriptor for MsgCreateVestingAccount. Decode as a google.protobuf.DescriptorProto.
final
msgCreateVestingAccountResponseDescriptor Uint8List
Descriptor for MsgCreateVestingAccountResponse. Decode as a google.protobuf.DescriptorProto.
final
periodDescriptor Uint8List
Descriptor for Period. Decode as a google.protobuf.DescriptorProto.
final
periodicVestingAccountDescriptor Uint8List
Descriptor for PeriodicVestingAccount. Decode as a google.protobuf.DescriptorProto.
final
permanentLockedAccountDescriptor Uint8List
Descriptor for PermanentLockedAccount. Decode as a google.protobuf.DescriptorProto.
final