Documentation ¶
Index ¶
- Constants
- Variables
- func CreateMainnetVestingAccount(ctx sdk.Context, k keepers.AppKeepers) (*vestingtypes.PeriodicVestingAccount, math.Int)
- func CreateV19UpgradeHandler(mm *module.Manager, cfg module.Configurator, k *keepers.AppKeepers) upgradetypes.UpgradeHandler
- func SumPeriodVestingAccountsUnvestedTokensAmount(ctx sdk.Context, acc *vestingtypes.PeriodicVestingAccount) (unvested math.Int)
Constants ¶
View Source
const ( Core1MultisigVestingAccount = "juno190g5j8aszqhvtg7cprmev8xcxs6csra7xnk3n3" CharterCouncil = "juno1nmezpepv3lx45mndyctz2lzqxa6d9xzd2xumkxf7a6r4nxt0y95qypm6c0" )
View Source
const ( // based off some mintscan data, this is JUST for testing. (ujuno) AvaliableCoins = 2176229301554 DelegatedCoins = 6803271425657 StakingRewardCoins = 909613203388 )
View Source
const UpgradeName = "v19"
UpgradeName defines the on-chain upgrade name for the upgrade.
Variables ¶
View Source
var Upgrade = upgrades.Upgrade{ UpgradeName: UpgradeName, CreateUpgradeHandler: CreateV19UpgradeHandler, StoreUpgrades: store.StoreUpgrades{ Added: []string{ wasmlctypes.ModuleName, }, }, }
Functions ¶
func CreateMainnetVestingAccount ¶
func CreateMainnetVestingAccount(ctx sdk.Context, k keepers.AppKeepers) (*vestingtypes.PeriodicVestingAccount, math.Int)
junod q auth account juno190g5j8aszqhvtg7cprmev8xcxs6csra7xnk3n3 --output=json returns the account and remaining unvested
func CreateV19UpgradeHandler ¶
func CreateV19UpgradeHandler( mm *module.Manager, cfg module.Configurator, k *keepers.AppKeepers, ) upgradetypes.UpgradeHandler
func SumPeriodVestingAccountsUnvestedTokensAmount ¶
func SumPeriodVestingAccountsUnvestedTokensAmount(ctx sdk.Context, acc *vestingtypes.PeriodicVestingAccount) (unvested math.Int)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.