-
Notifications
You must be signed in to change notification settings - Fork 1
Database
ratranqu edited this page Jan 28, 2021
·
1 revision
public protocol Databasefunc get(key: Data) throws -> Data?func has(key: Data) throws -> Boolfunc set(key: Data, value: Data) throwsfunc setSync(key: Data, value: Data) throwsfunc delete(key: Data) throwsfunc deleteSync(key: Data) throwsfunc iterator(start: Data, end: Data) throws -> Iteratorfunc reverseIterator(start: Data, end: Data) throws -> Iteratorfunc close() throwsfunc makeBatch() -> Batchfunc print() throwsfunc stats() -> [String: String]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