Package org.polkadot.types.type
Class MisbehaviorReport.BftProposeOutOfTurn
- 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.MisbehaviorReport.BftProposeOutOfTurn
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Codec>,Codec
- Enclosing class:
- MisbehaviorReport
public static class MisbehaviorReport.BftProposeOutOfTurn extends Struct
A report for out-of-turn proposals- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BftProposeOutOfTurn(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description BftAuthoritySignature.BftHashSignaturegetA()TheBftAuthoritySignature.BftHashSignaturethe report applies toU32getRound()The round asU32-
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
-
getA
public BftAuthoritySignature.BftHashSignature getA()
TheBftAuthoritySignature.BftHashSignaturethe report applies to
-
-