| Package | Description |
|---|---|
| com.exonum.binding.core.service | |
| com.exonum.binding.core.storage.database |
| Modifier and Type | Method and Description |
|---|---|
MemoryDb |
NodeFake.getDatabase()
Returns the underlying database.
|
| Constructor and Description |
|---|
NodeFake(MemoryDb database)
Creates a new node fake with the given database and an empty public key.
|
NodeFake(MemoryDb database,
com.exonum.binding.common.crypto.PublicKey publicKey)
Creates a new node fake with the given database.
|
| Modifier and Type | Method and Description |
|---|---|
static MemoryDb |
MemoryDb.newInstance()
Creates a new empty MemoryDb.
|
Copyright © 2019 Exonum. All rights reserved.