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