Class RegisteredNodeUpdateTransaction


public class RegisteredNodeUpdateTransaction extends Transaction<RegisteredNodeUpdateTransaction>
A transaction to update an existing registered node in the network address book.

This transaction, once complete, SHALL modify the identified registered node state as requested.

  • Constructor Details

    • RegisteredNodeUpdateTransaction

      public RegisteredNodeUpdateTransaction()
      Constructor.
    • RegisteredNodeUpdateTransaction

      RegisteredNodeUpdateTransaction(LinkedHashMap<TransactionId,LinkedHashMap<AccountId,Transaction>> txs) throws com.google.protobuf.InvalidProtocolBufferException
      Constructor.
      Parameters:
      txs - Compound list of transaction id's list of (AccountId, Transaction) records
      Throws:
      com.google.protobuf.InvalidProtocolBufferException - when there is an issue with the protobuf
    • RegisteredNodeUpdateTransaction

      RegisteredNodeUpdateTransaction(TransactionBody txBody)
      Constructor.
      Parameters:
      txBody - protobuf TransactionBody
  • Method Details