public class NodeStore extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
NodeStore.KeyValueBackend
In ripple, all data is stored in a simple binary key/value database.
|
| 构造器和说明 |
|---|
NodeStore(NodeStore.KeyValueBackend backend) |
public NodeStore(NodeStore.KeyValueBackend backend)
public byte[] get(Hash256 hash)
hash - hash value.public Hash256 set(byte[] content)
content - contentCopyright © 2021. All rights reserved.