Interface ConstructionNodeIdOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * The unique id of a history proof construction.
    long
    * The unique id of a node.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getConstructionId

      long getConstructionId()
       *
       The unique id of a history proof construction.
       
      uint64 construction_id = 1;
      Returns:
      The constructionId.
    • getNodeId

      long getNodeId()
       *
       The unique id of a node.
       
      uint64 node_id = 2;
      Returns:
      The nodeId.