Interface NodePartyIdOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * The node id.
    int
    * The party id.
    long
    * The party's weight in the construction.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getNodeId

      long getNodeId()
       *
       The node id.
       
      uint64 node_id = 1;
      Returns:
      The nodeId.
    • getPartyId

      int getPartyId()
       *
       The party id.
       
      uint32 party_id = 2;
      Returns:
      The partyId.
    • getPartyWeight

      long getPartyWeight()
       *
       The party's weight in the construction.
       
      uint64 party_weight = 3;
      Returns:
      The partyWeight.