Interface NodePaymentOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    * The total amount of fees due to the node in tinybars
    * The node account id
    boolean
    * The node account id

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasNodeAccountId

      boolean hasNodeAccountId()
       *
       The node account id
       
      .proto.AccountID node_account_id = 1;
      Returns:
      Whether the nodeAccountId field is set.
    • getNodeAccountId

      AccountID getNodeAccountId()
       *
       The node account id
       
      .proto.AccountID node_account_id = 1;
      Returns:
      The nodeAccountId.
    • getFees

      long getFees()
       *
       The total amount of fees due to the node in tinybars
       
      uint64 fees = 2;
      Returns:
      The fees.