Package org.polkadot.types.type
Class MisbehaviorReport.BftAtReportValue
- java.lang.Object
-
- org.polkadot.types.type.MisbehaviorReport.BftAtReportValue
-
- Enclosing class:
- MisbehaviorReport
public static class MisbehaviorReport.BftAtReportValue extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BftAtReportValue()
-
Method Summary
Modifier and Type Method Description BftAuthoritySignature.BftHashSignatureValuegetB()MisbehaviorReport.BftAtReportValueSinglegetBftAtReportValueSingle()voidsetB(BftAuthoritySignature.BftHashSignatureValue b)voidsetBftAtReportValueSingle(MisbehaviorReport.BftAtReportValueSingle bftAtReportValueSingle)
-
-
-
Method Detail
-
getBftAtReportValueSingle
public MisbehaviorReport.BftAtReportValueSingle getBftAtReportValueSingle()
-
setBftAtReportValueSingle
public void setBftAtReportValueSingle(MisbehaviorReport.BftAtReportValueSingle bftAtReportValueSingle)
-
getB
public BftAuthoritySignature.BftHashSignatureValue getB()
-
setB
public void setB(BftAuthoritySignature.BftHashSignatureValue b)
-
-