-
Notifications
You must be signed in to change notification settings - Fork 1
CommitMultiStore
ratranqu edited this page Jan 28, 2021
·
1 revision
public protocol CommitMultiStore: Commiter, MultiStorefunc mountStoreWithDatabase(key: StoreKey, type: StoreType, database: Database?)func commitStore(key: StoreKey) -> CommitStore?func commitKeyValueStore(key: StoreKey) -> CommitKeyValueStore?func loadLatestVersion() throwsfunc loadLatestVersionAndUpgrade(upgrades: StoreUpgrades) throwsfunc loadVersionAndUpgrade(version: Int64, upgrades: StoreUpgrades) throwsfunc load(version: Int64) throwsfunc set(interBlockCache: MultiStorePersistentCache)Generated at 2021-04-21T13:08:01+0000 using swift-doc 1.0.0-beta.5.
Types
- BuyName
- BuyNameMessage
- DeleteName
- DeleteNameMessage
- GenesisState
- GetWhois
- KeysOptions
- ListWhois
- NameServiceApp
- NameServiceAppModule
- NameServiceAppModuleBasic
- NameServiceKeeper
- NameServiceKeys
- QueryCommand
- QueryNameserviceCommand
- ResolveName
- SetName
- SetNameMessage
- TransactionCommand
- TransactionNameserviceCommand
- Whois