Module cosmrs::vesting

source ·
Expand description

Vesting-related types

Structs

BaseVestingAccount implements the VestingAccount interface.
ContinuousVestingAccount implements the VestingAccount interface.
DelayedVestingAccount implements the VestingAccount interface.
Period defines a length of time and amount of coins that will vest.
PeriodicVestingAccount implements the VestingAccount interface.
PermanentLockedAccount implements the VestingAccount interface. It does not ever release coins, locking them indefinitely.