Interface ScheduledOrderOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * A consensus second in which the transaction is to be executed.
    int
    An ordered position within a conceptual list.<br/> This is the ordered position within the consensus second when the associated transaction will be executed.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getExpirySecond

      long getExpirySecond()
       *
       A consensus second in which the transaction is to be executed.
       This is _also_ the consensus time when the transaction will expire
       if it has not gathered enough signatures in time.
       
      uint64 expiry_second = 1;
      Returns:
      The expirySecond.
    • getOrderNumber

      int getOrderNumber()
      
       An ordered position within a conceptual list.<br/>
       This is the ordered position within the consensus second when
       the associated transaction will be executed.
       
      uint32 order_number = 2;
      Returns:
      The orderNumber.