Package org.polkadot.types.type
Class Header.HeaderExtended
- 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.Header
-
- org.polkadot.types.type.Header.HeaderExtended
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Codec>,Codec
- Enclosing class:
- Header
public static class Header.HeaderExtended extends Header
ABlockheader with an additional `author` field that indicates the block author- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.polkadot.types.type.Header
Header.HeaderExtended, Header.HeaderValue
-
-
Constructor Summary
Constructors Constructor Description HeaderExtended(Header header, java.util.List<AccountId> sessionValidators)
-
Method Summary
-
Methods inherited from class org.polkadot.types.type.Header
getBlockNumber, getDigest, getExtrinsicsRoot, getHash, getNumber, getParentHash, getStateRoot
-
Methods inherited from class org.polkadot.types.codec.Struct
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, 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
-
-