Package org.polkadot.types.rpc
Class StorageChangeSet
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,Codec>
-
- org.polkadot.types.codec.Struct
-
- org.polkadot.types.rpc.StorageChangeSet
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Codec>,Codec
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- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageChangeSet(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description HashgetBlock()Vector<KeyValue.KeyValueOption>getChanges()-
Methods inherited from class org.polkadot.types.codec.Struct
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, with
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
getChanges
public Vector<KeyValue.KeyValueOption> getChanges()
-
getBlock
public Hash getBlock()
-
-