Versions in this module Expand all Collapse all v0 v0.1.0 Jan 19, 2024 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 + TrackDelegation func(blockTime time.Time, amount sdk.Coins) + TrackUndelegation func(amount sdk.Coins)