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, with
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
finalize, getClass, notify, notifyAll, wait, wait, wait
getConstructorCodec, toU8a
public Vector<KeyValue.KeyValueOption> getChanges()
public Hash getBlock()