Package org.polkadot.types.type
Class Digest
- 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.type.Digest
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Codec>,Codec
public class Digest extends Struct
A Header Digest- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDigest.AuthoritiesChangeLog for Authories changedstatic classDigest.ChangesTrieRootLog for changes to the Trie rootstatic classDigest.ConsensusLog item indicating consensusstatic classDigest.DigestItemAEnumTypethe specifies the specific item in the logs of a Digeststatic classDigest.OtherLog item that is just a stream ofBytesstatic classDigest.SealLog item indicating a sealing event
-
Constructor Summary
Constructors Constructor Description Digest(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description Vector<Digest.DigestItem>getLogs()The DigestItem logs-
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
-
getLogs
public Vector<Digest.DigestItem> getLogs()
The DigestItem logs
-
-