public class StorageChangeSet extends Struct
A set of storage changes. It contains the Block hash and a list of the actual changes that took place as an array of KeyValueOption
| Constructor and Description |
|---|
StorageChangeSet(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
Hash |
getBlock() |
Vector<KeyValue.KeyValueOption> |
getChanges() |
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, withclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizefinalize, getClass, notify, notifyAll, wait, wait, waitgetConstructorCodec, toU8apublic Vector<KeyValue.KeyValueOption> getChanges()
public Hash getBlock()