Versions in this module Expand all Collapse all v0 v0.48.86 Oct 24, 2023 v0.48.84 Oct 24, 2023 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)