Interface WrapsSigningStateOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
WrapsSigningState, WrapsSigningState.Builder

@Generated public interface WrapsSigningStateOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.
    * The phase of the WRAPS protocol.
    int
    * The phase of the WRAPS protocol.
    boolean
    * If the network is still gathering WRAPS messages for the R2 or R3 protocol phase, the next time at which nodes should stop waiting for tardy messages from R1 participants and start over.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getPhaseValue

      int getPhaseValue()
       *
       The phase of the WRAPS protocol.
       
      .com.hedera.hapi.node.state.history.WrapsPhase phase = 1;
      Returns:
      The enum numeric value on the wire for phase.
    • getPhase

      WrapsPhase getPhase()
       *
       The phase of the WRAPS protocol.
       
      .com.hedera.hapi.node.state.history.WrapsPhase phase = 1;
      Returns:
      The phase.
    • hasGracePeriodEndTime

      boolean hasGracePeriodEndTime()
       *
       If the network is still gathering WRAPS messages for the R2 or R3
       protocol phase, the next time at which nodes should stop waiting
       for tardy messages from R1 participants and start over.
       
      .proto.Timestamp grace_period_end_time = 2;
      Returns:
      Whether the gracePeriodEndTime field is set.
    • getGracePeriodEndTime

      Timestamp getGracePeriodEndTime()
       *
       If the network is still gathering WRAPS messages for the R2 or R3
       protocol phase, the next time at which nodes should stop waiting
       for tardy messages from R1 participants and start over.
       
      .proto.Timestamp grace_period_end_time = 2;
      Returns:
      The gracePeriodEndTime.