Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ResetAccountAssets = migrations.Migration{ Contract: accounts.Contract, Apply: func(accountsState kv.KVStore, log *logger.Logger) error { accounts.NativeTokenOutputMap(accountsState).Erase() erasePrefix(accountsState, accounts.PrefixNativeTokens) accounts.AllFoundriesMap(accountsState).Erase() erasePrefix(accountsState, accounts.PrefixFoundries) erasePrefix(accountsState, accounts.PrefixNFTs) erasePrefix(accountsState, accounts.PrefixNFTsByCollection) accounts.NFTOutputMap(accountsState).Erase() accounts.NFTDataMap(accountsState).Erase() return nil }, }
for testnet -- delete when deploying ShimmerEVM
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.