Versions in this module Expand all Collapse all v0 v0.400.3 Oct 18, 2021 v0.400.1 Oct 18, 2021 Changes in this version + type VestingAccount interface + GetDelegatedFree func() sdk.Coins + GetDelegatedVesting func() sdk.Coins + GetEndTime func() int64 + GetOriginalVesting func() sdk.Coins + GetStartTime func() int64 + GetVestedCoins func(blockTime time.Time) sdk.Coins + GetVestingCoins func(blockTime time.Time) sdk.Coins + LockedCoins func(blockTime time.Time) sdk.Coins + TrackDelegation func(blockTime time.Time, balance, amount sdk.Coins) + TrackUndelegation func(amount sdk.Coins)