Interface LedgerIdNodeContributionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    * The public key the node used to contribute to history proofs when the ledger id was published.
    long
    * The node id.
    long
    * The node's consensus weight when the ledger id was published.

    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.
    • getWeight

      long getWeight()
       *
       The node's consensus weight when the ledger id was published.
       
      uint64 weight = 2;
      Returns:
      The weight.
    • getHistoryProofKey

      com.google.protobuf.ByteString getHistoryProofKey()
       *
       The public key the node used to contribute to history proofs when the
       ledger id was published.
       
      bytes history_proof_key = 3;
      Returns:
      The historyProofKey.