Class TransactionBody

java.lang.Object
com.google.protobuf.AbstractMessageLite<TransactionBody,TransactionBody.Builder>
com.google.protobuf.GeneratedMessageLite<TransactionBody,TransactionBody.Builder>
com.hedera.hashgraph.sdk.proto.TransactionBody
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, TransactionBodyOrBuilder

@Generated public final class TransactionBody extends com.google.protobuf.GeneratedMessageLite<TransactionBody,TransactionBody.Builder> implements TransactionBodyOrBuilder
 *
 A transaction body.

 Every transaction is structured as a signed byte array. That byte array
 is a serialized `TransactionBody`.  The transaction body contains the full
 content of the transaction, while the `SignedTransaction` includes a
 signature map for signatures authenticating that byte array, and that is
 serialized and transmitted wrapped in a `Transaction` message.<br/>
 The bulk of this message is a `oneof` block which offers the option for
 any one of the transaction messages for the network.
 This message also includes several additional fields to specify
 various parameters required to process a transaction.
 
Protobuf type proto.TransactionBody
  • Field Details

    • TRANSACTIONID_FIELD_NUMBER

      public static final int TRANSACTIONID_FIELD_NUMBER
      See Also:
    • NODEACCOUNTID_FIELD_NUMBER

      public static final int NODEACCOUNTID_FIELD_NUMBER
      See Also:
    • TRANSACTIONFEE_FIELD_NUMBER

      public static final int TRANSACTIONFEE_FIELD_NUMBER
      See Also:
    • TRANSACTIONVALIDDURATION_FIELD_NUMBER

      public static final int TRANSACTIONVALIDDURATION_FIELD_NUMBER
      See Also:
    • GENERATERECORD_FIELD_NUMBER

      public static final int GENERATERECORD_FIELD_NUMBER
      See Also:
    • MEMO_FIELD_NUMBER

      public static final int MEMO_FIELD_NUMBER
      See Also:
    • BATCH_KEY_FIELD_NUMBER

      public static final int BATCH_KEY_FIELD_NUMBER
      See Also:
    • CONTRACTCALL_FIELD_NUMBER

      public static final int CONTRACTCALL_FIELD_NUMBER
      See Also:
    • CONTRACTCREATEINSTANCE_FIELD_NUMBER

      public static final int CONTRACTCREATEINSTANCE_FIELD_NUMBER
      See Also:
    • CONTRACTUPDATEINSTANCE_FIELD_NUMBER

      public static final int CONTRACTUPDATEINSTANCE_FIELD_NUMBER
      See Also:
    • CRYPTOADDLIVEHASH_FIELD_NUMBER

      public static final int CRYPTOADDLIVEHASH_FIELD_NUMBER
      See Also:
    • CRYPTOCREATEACCOUNT_FIELD_NUMBER

      public static final int CRYPTOCREATEACCOUNT_FIELD_NUMBER
      See Also:
    • CRYPTODELETE_FIELD_NUMBER

      public static final int CRYPTODELETE_FIELD_NUMBER
      See Also:
    • CRYPTODELETELIVEHASH_FIELD_NUMBER

      public static final int CRYPTODELETELIVEHASH_FIELD_NUMBER
      See Also:
    • CRYPTOTRANSFER_FIELD_NUMBER

      public static final int CRYPTOTRANSFER_FIELD_NUMBER
      See Also:
    • CRYPTOUPDATEACCOUNT_FIELD_NUMBER

      public static final int CRYPTOUPDATEACCOUNT_FIELD_NUMBER
      See Also:
    • FILEAPPEND_FIELD_NUMBER

      public static final int FILEAPPEND_FIELD_NUMBER
      See Also:
    • FILECREATE_FIELD_NUMBER

      public static final int FILECREATE_FIELD_NUMBER
      See Also:
    • FILEDELETE_FIELD_NUMBER

      public static final int FILEDELETE_FIELD_NUMBER
      See Also:
    • FILEUPDATE_FIELD_NUMBER

      public static final int FILEUPDATE_FIELD_NUMBER
      See Also:
    • SYSTEMDELETE_FIELD_NUMBER

      public static final int SYSTEMDELETE_FIELD_NUMBER
      See Also:
    • SYSTEMUNDELETE_FIELD_NUMBER

      public static final int SYSTEMUNDELETE_FIELD_NUMBER
      See Also:
    • CONTRACTDELETEINSTANCE_FIELD_NUMBER

      public static final int CONTRACTDELETEINSTANCE_FIELD_NUMBER
      See Also:
    • FREEZE_FIELD_NUMBER

      public static final int FREEZE_FIELD_NUMBER
      See Also:
    • CONSENSUSCREATETOPIC_FIELD_NUMBER

      public static final int CONSENSUSCREATETOPIC_FIELD_NUMBER
      See Also:
    • CONSENSUSUPDATETOPIC_FIELD_NUMBER

      public static final int CONSENSUSUPDATETOPIC_FIELD_NUMBER
      See Also:
    • CONSENSUSDELETETOPIC_FIELD_NUMBER

      public static final int CONSENSUSDELETETOPIC_FIELD_NUMBER
      See Also:
    • CONSENSUSSUBMITMESSAGE_FIELD_NUMBER

      public static final int CONSENSUSSUBMITMESSAGE_FIELD_NUMBER
      See Also:
    • UNCHECKEDSUBMIT_FIELD_NUMBER

      public static final int UNCHECKEDSUBMIT_FIELD_NUMBER
      See Also:
    • TOKENCREATION_FIELD_NUMBER

      public static final int TOKENCREATION_FIELD_NUMBER
      See Also:
    • TOKENFREEZE_FIELD_NUMBER

      public static final int TOKENFREEZE_FIELD_NUMBER
      See Also:
    • TOKENUNFREEZE_FIELD_NUMBER

      public static final int TOKENUNFREEZE_FIELD_NUMBER
      See Also:
    • TOKENGRANTKYC_FIELD_NUMBER

      public static final int TOKENGRANTKYC_FIELD_NUMBER
      See Also:
    • TOKENREVOKEKYC_FIELD_NUMBER

      public static final int TOKENREVOKEKYC_FIELD_NUMBER
      See Also:
    • TOKENDELETION_FIELD_NUMBER

      public static final int TOKENDELETION_FIELD_NUMBER
      See Also:
    • TOKENUPDATE_FIELD_NUMBER

      public static final int TOKENUPDATE_FIELD_NUMBER
      See Also:
    • TOKENMINT_FIELD_NUMBER

      public static final int TOKENMINT_FIELD_NUMBER
      See Also:
    • TOKENBURN_FIELD_NUMBER

      public static final int TOKENBURN_FIELD_NUMBER
      See Also:
    • TOKENWIPE_FIELD_NUMBER

      public static final int TOKENWIPE_FIELD_NUMBER
      See Also:
    • TOKENASSOCIATE_FIELD_NUMBER

      public static final int TOKENASSOCIATE_FIELD_NUMBER
      See Also:
    • TOKENDISSOCIATE_FIELD_NUMBER

      public static final int TOKENDISSOCIATE_FIELD_NUMBER
      See Also:
    • SCHEDULECREATE_FIELD_NUMBER

      public static final int SCHEDULECREATE_FIELD_NUMBER
      See Also:
    • SCHEDULEDELETE_FIELD_NUMBER

      public static final int SCHEDULEDELETE_FIELD_NUMBER
      See Also:
    • SCHEDULESIGN_FIELD_NUMBER

      public static final int SCHEDULESIGN_FIELD_NUMBER
      See Also:
    • TOKEN_FEE_SCHEDULE_UPDATE_FIELD_NUMBER

      public static final int TOKEN_FEE_SCHEDULE_UPDATE_FIELD_NUMBER
      See Also:
    • TOKEN_PAUSE_FIELD_NUMBER

      public static final int TOKEN_PAUSE_FIELD_NUMBER
      See Also:
    • TOKEN_UNPAUSE_FIELD_NUMBER

      public static final int TOKEN_UNPAUSE_FIELD_NUMBER
      See Also:
    • CRYPTOAPPROVEALLOWANCE_FIELD_NUMBER

      public static final int CRYPTOAPPROVEALLOWANCE_FIELD_NUMBER
      See Also:
    • CRYPTODELETEALLOWANCE_FIELD_NUMBER

      public static final int CRYPTODELETEALLOWANCE_FIELD_NUMBER
      See Also:
    • ETHEREUMTRANSACTION_FIELD_NUMBER

      public static final int ETHEREUMTRANSACTION_FIELD_NUMBER
      See Also:
    • NODE_STAKE_UPDATE_FIELD_NUMBER

      public static final int NODE_STAKE_UPDATE_FIELD_NUMBER
      See Also:
    • UTIL_PRNG_FIELD_NUMBER

      public static final int UTIL_PRNG_FIELD_NUMBER
      See Also:
    • TOKEN_UPDATE_NFTS_FIELD_NUMBER

      public static final int TOKEN_UPDATE_NFTS_FIELD_NUMBER
      See Also:
    • NODECREATE_FIELD_NUMBER

      public static final int NODECREATE_FIELD_NUMBER
      See Also:
    • NODEUPDATE_FIELD_NUMBER

      public static final int NODEUPDATE_FIELD_NUMBER
      See Also:
    • NODEDELETE_FIELD_NUMBER

      public static final int NODEDELETE_FIELD_NUMBER
      See Also:
    • TOKENREJECT_FIELD_NUMBER

      public static final int TOKENREJECT_FIELD_NUMBER
      See Also:
    • TOKENAIRDROP_FIELD_NUMBER

      public static final int TOKENAIRDROP_FIELD_NUMBER
      See Also:
    • TOKENCANCELAIRDROP_FIELD_NUMBER

      public static final int TOKENCANCELAIRDROP_FIELD_NUMBER
      See Also:
    • TOKENCLAIMAIRDROP_FIELD_NUMBER

      public static final int TOKENCLAIMAIRDROP_FIELD_NUMBER
      See Also:
    • STATE_SIGNATURE_TRANSACTION_FIELD_NUMBER

      public static final int STATE_SIGNATURE_TRANSACTION_FIELD_NUMBER
      See Also:
    • HINTS_PREPROCESSING_VOTE_FIELD_NUMBER

      public static final int HINTS_PREPROCESSING_VOTE_FIELD_NUMBER
      See Also:
    • HINTS_KEY_PUBLICATION_FIELD_NUMBER

      public static final int HINTS_KEY_PUBLICATION_FIELD_NUMBER
      See Also:
    • HINTS_PARTIAL_SIGNATURE_FIELD_NUMBER

      public static final int HINTS_PARTIAL_SIGNATURE_FIELD_NUMBER
      See Also:
    • HISTORY_PROOF_SIGNATURE_FIELD_NUMBER

      public static final int HISTORY_PROOF_SIGNATURE_FIELD_NUMBER
      See Also:
    • HISTORY_PROOF_KEY_PUBLICATION_FIELD_NUMBER

      public static final int HISTORY_PROOF_KEY_PUBLICATION_FIELD_NUMBER
      See Also:
    • HISTORY_PROOF_VOTE_FIELD_NUMBER

      public static final int HISTORY_PROOF_VOTE_FIELD_NUMBER
      See Also:
    • CRS_PUBLICATION_FIELD_NUMBER

      public static final int CRS_PUBLICATION_FIELD_NUMBER
      See Also:
    • ATOMIC_BATCH_FIELD_NUMBER

      public static final int ATOMIC_BATCH_FIELD_NUMBER
      See Also:
    • HOOK_STORE_FIELD_NUMBER

      public static final int HOOK_STORE_FIELD_NUMBER
      See Also:
    • HOOK_DISPATCH_FIELD_NUMBER

      public static final int HOOK_DISPATCH_FIELD_NUMBER
      See Also:
    • LEDGER_ID_PUBLICATION_FIELD_NUMBER

      public static final int LEDGER_ID_PUBLICATION_FIELD_NUMBER
      See Also:
    • REGISTEREDNODECREATE_FIELD_NUMBER

      public static final int REGISTEREDNODECREATE_FIELD_NUMBER
      See Also:
    • REGISTEREDNODEUPDATE_FIELD_NUMBER

      public static final int REGISTEREDNODEUPDATE_FIELD_NUMBER
      See Also:
    • REGISTEREDNODEDELETE_FIELD_NUMBER

      public static final int REGISTEREDNODEDELETE_FIELD_NUMBER
      See Also:
    • MIGRATION_ROOT_HASH_VOTE_FIELD_NUMBER

      public static final int MIGRATION_ROOT_HASH_VOTE_FIELD_NUMBER
      See Also:
    • MAX_CUSTOM_FEES_FIELD_NUMBER

      public static final int MAX_CUSTOM_FEES_FIELD_NUMBER
      See Also:
    • HIGH_VOLUME_FIELD_NUMBER

      public static final int HIGH_VOLUME_FIELD_NUMBER
      See Also:
  • Method Details

    • getDataCase

      public TransactionBody.DataCase getDataCase()
      Specified by:
      getDataCase in interface TransactionBodyOrBuilder
    • hasTransactionID

      public boolean hasTransactionID()
       *
       A transaction identifier.<br/>
       Each transaction is uniquely identified by its transaction
       identifier.
       <p>
       Each transaction identifier MUST be unique.<br/>
       Multiple transactions MAY be submitted with the same transaction
       identifier, but all except the first SHALL be rejected as duplicate
       transactions.<br/>
       This identifier MUST specify a `payer` account to be charged
       all fees associated with the transaction.<br/>
       This identifier MUST specify a "valid start time".<br/>
       The "valid start time" MUST be strictly _earlier_ than the current
       network consensus time.<br/>
       The "valid start time" MUST NOT be more than the current network
       configuration value for `transaction.maxValidDuration` seconds
       before the current network consensus time.<br/>
       This identifier MUST NOT set the `scheduled` flag.<br/>
       This identifier MUST NOT set a nonce value.
       
      .proto.TransactionID transactionID = 1;
      Specified by:
      hasTransactionID in interface TransactionBodyOrBuilder
      Returns:
      Whether the transactionID field is set.
    • getTransactionID

      public TransactionID getTransactionID()
       *
       A transaction identifier.<br/>
       Each transaction is uniquely identified by its transaction
       identifier.
       <p>
       Each transaction identifier MUST be unique.<br/>
       Multiple transactions MAY be submitted with the same transaction
       identifier, but all except the first SHALL be rejected as duplicate
       transactions.<br/>
       This identifier MUST specify a `payer` account to be charged
       all fees associated with the transaction.<br/>
       This identifier MUST specify a "valid start time".<br/>
       The "valid start time" MUST be strictly _earlier_ than the current
       network consensus time.<br/>
       The "valid start time" MUST NOT be more than the current network
       configuration value for `transaction.maxValidDuration` seconds
       before the current network consensus time.<br/>
       This identifier MUST NOT set the `scheduled` flag.<br/>
       This identifier MUST NOT set a nonce value.
       
      .proto.TransactionID transactionID = 1;
      Specified by:
      getTransactionID in interface TransactionBodyOrBuilder
      Returns:
      The transactionID.
    • hasNodeAccountID

      public boolean hasNodeAccountID()
       *
       A node account identifier.
       <p>
       This MUST identify the account of the consensus node to which
       this transaction is submitted.
       
      .proto.AccountID nodeAccountID = 2;
      Specified by:
      hasNodeAccountID in interface TransactionBodyOrBuilder
      Returns:
      Whether the nodeAccountID field is set.
    • getNodeAccountID

      public AccountID getNodeAccountID()
       *
       A node account identifier.
       <p>
       This MUST identify the account of the consensus node to which
       this transaction is submitted.
       
      .proto.AccountID nodeAccountID = 2;
      Specified by:
      getNodeAccountID in interface TransactionBodyOrBuilder
      Returns:
      The nodeAccountID.
    • getTransactionFee

      public long getTransactionFee()
       *
       A maximum transaction fee, in tinybar.
       <p>
       The network SHALL NOT charge a transaction fee that exceeds this
       amount.<br/>
       The network MAY charge up to this amount, and reject the transaction,
       if the amount offered is insufficient to cover the required fees.<br/>
       The network MAY charge a minimum fee equal to 80% of the amount offered
       if the amount offered is much larger than the required fees.
       
      uint64 transactionFee = 3;
      Specified by:
      getTransactionFee in interface TransactionBodyOrBuilder
      Returns:
      The transactionFee.
    • hasTransactionValidDuration

      public boolean hasTransactionValidDuration()
       *
       A maximum duration in which to execute this transaction.
       <p>
       This transaction SHALL be rejected as expired if the valid start time,
       extended by this duration, is less than the current network consensus
       time when the transaction is submitted.<br/>
       This transaction SHALL be rejected with an invalid duration if this
       value is greater than the current network configuration value for
       `transaction.maxValidDuration`.
       
      .proto.Duration transactionValidDuration = 4;
      Specified by:
      hasTransactionValidDuration in interface TransactionBodyOrBuilder
      Returns:
      Whether the transactionValidDuration field is set.
    • getTransactionValidDuration

      public Duration getTransactionValidDuration()
       *
       A maximum duration in which to execute this transaction.
       <p>
       This transaction SHALL be rejected as expired if the valid start time,
       extended by this duration, is less than the current network consensus
       time when the transaction is submitted.<br/>
       This transaction SHALL be rejected with an invalid duration if this
       value is greater than the current network configuration value for
       `transaction.maxValidDuration`.
       
      .proto.Duration transactionValidDuration = 4;
      Specified by:
      getTransactionValidDuration in interface TransactionBodyOrBuilder
      Returns:
      The transactionValidDuration.
    • getGenerateRecord

      @Deprecated public boolean getGenerateRecord()
      Deprecated.
      proto.TransactionBody.generateRecord is deprecated. See transaction.proto;l=239
       *
       Records are always generated.<br/>
       Obsolete option to not generate a record.
       <p>
       This flag SHALL be ignored. Every transaction SHALL generate a record,
       or block stream equivalent.
       
      bool generateRecord = 5 [deprecated = true];
      Specified by:
      getGenerateRecord in interface TransactionBodyOrBuilder
      Returns:
      The generateRecord.
    • getMemo

      public String getMemo()
       *
       A short description for this transaction.
       <p>
       This value, if set, MUST NOT exceed `transaction.maxMemoUtf8Bytes`
       (default 100) bytes when encoded as UTF-8.
       
      string memo = 6;
      Specified by:
      getMemo in interface TransactionBodyOrBuilder
      Returns:
      The memo.
    • getMemoBytes

      public com.google.protobuf.ByteString getMemoBytes()
       *
       A short description for this transaction.
       <p>
       This value, if set, MUST NOT exceed `transaction.maxMemoUtf8Bytes`
       (default 100) bytes when encoded as UTF-8.
       
      string memo = 6;
      Specified by:
      getMemoBytes in interface TransactionBodyOrBuilder
      Returns:
      The bytes for memo.
    • hasBatchKey

      public boolean hasBatchKey()
       *
       The <b>public key</b> of the trusted batch assembler.
       
      .proto.Key batch_key = 73;
      Specified by:
      hasBatchKey in interface TransactionBodyOrBuilder
      Returns:
      Whether the batchKey field is set.
    • getBatchKey

      public Key getBatchKey()
       *
       The <b>public key</b> of the trusted batch assembler.
       
      .proto.Key batch_key = 73;
      Specified by:
      getBatchKey in interface TransactionBodyOrBuilder
      Returns:
      The batchKey.
    • hasContractCall

      public boolean hasContractCall()
       *
       Call a function defined on a smart contract.
       
      .proto.ContractCallTransactionBody contractCall = 7;
      Specified by:
      hasContractCall in interface TransactionBodyOrBuilder
      Returns:
      Whether the contractCall field is set.
    • getContractCall

      public ContractCallTransactionBody getContractCall()
       *
       Call a function defined on a smart contract.
       
      .proto.ContractCallTransactionBody contractCall = 7;
      Specified by:
      getContractCall in interface TransactionBodyOrBuilder
      Returns:
      The contractCall.
    • hasContractCreateInstance

      public boolean hasContractCreateInstance()
       *
       Create a smart contract.
       
      .proto.ContractCreateTransactionBody contractCreateInstance = 8;
      Specified by:
      hasContractCreateInstance in interface TransactionBodyOrBuilder
      Returns:
      Whether the contractCreateInstance field is set.
    • getContractCreateInstance

      public ContractCreateTransactionBody getContractCreateInstance()
       *
       Create a smart contract.
       
      .proto.ContractCreateTransactionBody contractCreateInstance = 8;
      Specified by:
      getContractCreateInstance in interface TransactionBodyOrBuilder
      Returns:
      The contractCreateInstance.
    • hasContractUpdateInstance

      public boolean hasContractUpdateInstance()
       *
       Update a smart contract.
       
      .proto.ContractUpdateTransactionBody contractUpdateInstance = 9;
      Specified by:
      hasContractUpdateInstance in interface TransactionBodyOrBuilder
      Returns:
      Whether the contractUpdateInstance field is set.
    • getContractUpdateInstance

      public ContractUpdateTransactionBody getContractUpdateInstance()
       *
       Update a smart contract.
       
      .proto.ContractUpdateTransactionBody contractUpdateInstance = 9;
      Specified by:
      getContractUpdateInstance in interface TransactionBodyOrBuilder
      Returns:
      The contractUpdateInstance.
    • hasCryptoAddLiveHash

      @Deprecated public boolean hasCryptoAddLiveHash()
      Deprecated.
       *
       An obsolete, and unsupported, operation to add a "live hash" to
       an account.
       
      .proto.CryptoAddLiveHashTransactionBody cryptoAddLiveHash = 10 [deprecated = true];
      Specified by:
      hasCryptoAddLiveHash in interface TransactionBodyOrBuilder
      Returns:
      Whether the cryptoAddLiveHash field is set.
    • getCryptoAddLiveHash

      @Deprecated public CryptoAddLiveHashTransactionBody getCryptoAddLiveHash()
      Deprecated.
       *
       An obsolete, and unsupported, operation to add a "live hash" to
       an account.
       
      .proto.CryptoAddLiveHashTransactionBody cryptoAddLiveHash = 10 [deprecated = true];
      Specified by:
      getCryptoAddLiveHash in interface TransactionBodyOrBuilder
      Returns:
      The cryptoAddLiveHash.
    • hasCryptoCreateAccount

      public boolean hasCryptoCreateAccount()
       *
       Create a new Hedera account.
       
      .proto.CryptoCreateTransactionBody cryptoCreateAccount = 11;
      Specified by:
      hasCryptoCreateAccount in interface TransactionBodyOrBuilder
      Returns:
      Whether the cryptoCreateAccount field is set.
    • getCryptoCreateAccount

      public CryptoCreateTransactionBody getCryptoCreateAccount()
       *
       Create a new Hedera account.
       
      .proto.CryptoCreateTransactionBody cryptoCreateAccount = 11;
      Specified by:
      getCryptoCreateAccount in interface TransactionBodyOrBuilder
      Returns:
      The cryptoCreateAccount.
    • hasCryptoDelete

      public boolean hasCryptoDelete()
       *
       Delete an Hedera account.<br/>
       This will mark the account as deleted, and transfer all remaining
       HBAR to a receiver account.
       
      .proto.CryptoDeleteTransactionBody cryptoDelete = 12;
      Specified by:
      hasCryptoDelete in interface TransactionBodyOrBuilder
      Returns:
      Whether the cryptoDelete field is set.
    • getCryptoDelete

      public CryptoDeleteTransactionBody getCryptoDelete()
       *
       Delete an Hedera account.<br/>
       This will mark the account as deleted, and transfer all remaining
       HBAR to a receiver account.
       
      .proto.CryptoDeleteTransactionBody cryptoDelete = 12;
      Specified by:
      getCryptoDelete in interface TransactionBodyOrBuilder
      Returns:
      The cryptoDelete.
    • hasCryptoDeleteLiveHash

      @Deprecated public boolean hasCryptoDeleteLiveHash()
      Deprecated.
       *
       An obsolete, and unsupported, operation to remove a "live hash" from
       an account.
       
      .proto.CryptoDeleteLiveHashTransactionBody cryptoDeleteLiveHash = 13 [deprecated = true];
      Specified by:
      hasCryptoDeleteLiveHash in interface TransactionBodyOrBuilder
      Returns:
      Whether the cryptoDeleteLiveHash field is set.
    • getCryptoDeleteLiveHash

      @Deprecated public CryptoDeleteLiveHashTransactionBody getCryptoDeleteLiveHash()
      Deprecated.
       *
       An obsolete, and unsupported, operation to remove a "live hash" from
       an account.
       
      .proto.CryptoDeleteLiveHashTransactionBody cryptoDeleteLiveHash = 13 [deprecated = true];
      Specified by:
      getCryptoDeleteLiveHash in interface TransactionBodyOrBuilder
      Returns:
      The cryptoDeleteLiveHash.
    • hasCryptoTransfer

      public boolean hasCryptoTransfer()
       *
       Transfer HBAR between accounts.
       
      .proto.CryptoTransferTransactionBody cryptoTransfer = 14;
      Specified by:
      hasCryptoTransfer in interface TransactionBodyOrBuilder
      Returns:
      Whether the cryptoTransfer field is set.
    • getCryptoTransfer

      public CryptoTransferTransactionBody getCryptoTransfer()
       *
       Transfer HBAR between accounts.
       
      .proto.CryptoTransferTransactionBody cryptoTransfer = 14;
      Specified by:
      getCryptoTransfer in interface TransactionBodyOrBuilder
      Returns:
      The cryptoTransfer.
    • hasCryptoUpdateAccount

      public boolean hasCryptoUpdateAccount()
       *
       Modify an Hedera account.
       
      .proto.CryptoUpdateTransactionBody cryptoUpdateAccount = 15;
      Specified by:
      hasCryptoUpdateAccount in interface TransactionBodyOrBuilder
      Returns:
      Whether the cryptoUpdateAccount field is set.
    • getCryptoUpdateAccount

      public CryptoUpdateTransactionBody getCryptoUpdateAccount()
       *
       Modify an Hedera account.
       
      .proto.CryptoUpdateTransactionBody cryptoUpdateAccount = 15;
      Specified by:
      getCryptoUpdateAccount in interface TransactionBodyOrBuilder
      Returns:
      The cryptoUpdateAccount.
    • hasFileAppend

      public boolean hasFileAppend()
       *
       Append data to the end of a file.
       
      .proto.FileAppendTransactionBody fileAppend = 16;
      Specified by:
      hasFileAppend in interface TransactionBodyOrBuilder
      Returns:
      Whether the fileAppend field is set.
    • getFileAppend

      public FileAppendTransactionBody getFileAppend()
       *
       Append data to the end of a file.
       
      .proto.FileAppendTransactionBody fileAppend = 16;
      Specified by:
      getFileAppend in interface TransactionBodyOrBuilder
      Returns:
      The fileAppend.
    • hasFileCreate

      public boolean hasFileCreate()
       *
       Create a new file.
       
      .proto.FileCreateTransactionBody fileCreate = 17;
      Specified by:
      hasFileCreate in interface TransactionBodyOrBuilder
      Returns:
      Whether the fileCreate field is set.
    • getFileCreate

      public FileCreateTransactionBody getFileCreate()
       *
       Create a new file.
       
      .proto.FileCreateTransactionBody fileCreate = 17;
      Specified by:
      getFileCreate in interface TransactionBodyOrBuilder
      Returns:
      The fileCreate.
    • hasFileDelete

      public boolean hasFileDelete()
       *
       Delete a file.<br/>
       This will remove the content of the file, and mark the file as
       deleted.
       
      .proto.FileDeleteTransactionBody fileDelete = 18;
      Specified by:
      hasFileDelete in interface TransactionBodyOrBuilder
      Returns:
      Whether the fileDelete field is set.
    • getFileDelete

      public FileDeleteTransactionBody getFileDelete()
       *
       Delete a file.<br/>
       This will remove the content of the file, and mark the file as
       deleted.
       
      .proto.FileDeleteTransactionBody fileDelete = 18;
      Specified by:
      getFileDelete in interface TransactionBodyOrBuilder
      Returns:
      The fileDelete.
    • hasFileUpdate

      public boolean hasFileUpdate()
       *
       Modify a file.<br/>
       This may modify any metadata, and/or _replace_ the content.
       
      .proto.FileUpdateTransactionBody fileUpdate = 19;
      Specified by:
      hasFileUpdate in interface TransactionBodyOrBuilder
      Returns:
      Whether the fileUpdate field is set.
    • getFileUpdate

      public FileUpdateTransactionBody getFileUpdate()
       *
       Modify a file.<br/>
       This may modify any metadata, and/or _replace_ the content.
       
      .proto.FileUpdateTransactionBody fileUpdate = 19;
      Specified by:
      getFileUpdate in interface TransactionBodyOrBuilder
      Returns:
      The fileUpdate.
    • hasSystemDelete

      public boolean hasSystemDelete()
       *
       Delete a file as an Hedera administrative function.<br/>
       This is a privileged operation.
       
      .proto.SystemDeleteTransactionBody systemDelete = 20;
      Specified by:
      hasSystemDelete in interface TransactionBodyOrBuilder
      Returns:
      Whether the systemDelete field is set.
    • getSystemDelete

      public SystemDeleteTransactionBody getSystemDelete()
       *
       Delete a file as an Hedera administrative function.<br/>
       This is a privileged operation.
       
      .proto.SystemDeleteTransactionBody systemDelete = 20;
      Specified by:
      getSystemDelete in interface TransactionBodyOrBuilder
      Returns:
      The systemDelete.
    • hasSystemUndelete

      public boolean hasSystemUndelete()
       *
       Restore a file deleted via `systemDelete`.<br/>
       This is a privileged operation.
       
      .proto.SystemUndeleteTransactionBody systemUndelete = 21;
      Specified by:
      hasSystemUndelete in interface TransactionBodyOrBuilder
      Returns:
      Whether the systemUndelete field is set.
    • getSystemUndelete

      public SystemUndeleteTransactionBody getSystemUndelete()
       *
       Restore a file deleted via `systemDelete`.<br/>
       This is a privileged operation.
       
      .proto.SystemUndeleteTransactionBody systemUndelete = 21;
      Specified by:
      getSystemUndelete in interface TransactionBodyOrBuilder
      Returns:
      The systemUndelete.
    • hasContractDeleteInstance

      public boolean hasContractDeleteInstance()
       *
       Delete a smart contract and transfer remaining balance
       to a specified account.
       
      .proto.ContractDeleteTransactionBody contractDeleteInstance = 22;
      Specified by:
      hasContractDeleteInstance in interface TransactionBodyOrBuilder
      Returns:
      Whether the contractDeleteInstance field is set.
    • getContractDeleteInstance

      public ContractDeleteTransactionBody getContractDeleteInstance()
       *
       Delete a smart contract and transfer remaining balance
       to a specified account.
       
      .proto.ContractDeleteTransactionBody contractDeleteInstance = 22;
      Specified by:
      getContractDeleteInstance in interface TransactionBodyOrBuilder
      Returns:
      The contractDeleteInstance.
    • hasFreeze

      public boolean hasFreeze()
       *
       Freeze the network.<br/>
       This is actually several possible operations, and the caller
       should examine the "freeze service" for more detail.<br/>
       This is a privileged operation.
       
      .proto.FreezeTransactionBody freeze = 23;
      Specified by:
      hasFreeze in interface TransactionBodyOrBuilder
      Returns:
      Whether the freeze field is set.
    • getFreeze

      public FreezeTransactionBody getFreeze()
       *
       Freeze the network.<br/>
       This is actually several possible operations, and the caller
       should examine the "freeze service" for more detail.<br/>
       This is a privileged operation.
       
      .proto.FreezeTransactionBody freeze = 23;
      Specified by:
      getFreeze in interface TransactionBodyOrBuilder
      Returns:
      The freeze.
    • hasConsensusCreateTopic

      public boolean hasConsensusCreateTopic()
       *
       Create a topic.
       
      .proto.ConsensusCreateTopicTransactionBody consensusCreateTopic = 24;
      Specified by:
      hasConsensusCreateTopic in interface TransactionBodyOrBuilder
      Returns:
      Whether the consensusCreateTopic field is set.
    • getConsensusCreateTopic

      public ConsensusCreateTopicTransactionBody getConsensusCreateTopic()
       *
       Create a topic.
       
      .proto.ConsensusCreateTopicTransactionBody consensusCreateTopic = 24;
      Specified by:
      getConsensusCreateTopic in interface TransactionBodyOrBuilder
      Returns:
      The consensusCreateTopic.
    • hasConsensusUpdateTopic

      public boolean hasConsensusUpdateTopic()
       *
       Update a topic.
       
      .proto.ConsensusUpdateTopicTransactionBody consensusUpdateTopic = 25;
      Specified by:
      hasConsensusUpdateTopic in interface TransactionBodyOrBuilder
      Returns:
      Whether the consensusUpdateTopic field is set.
    • getConsensusUpdateTopic

      public ConsensusUpdateTopicTransactionBody getConsensusUpdateTopic()
       *
       Update a topic.
       
      .proto.ConsensusUpdateTopicTransactionBody consensusUpdateTopic = 25;
      Specified by:
      getConsensusUpdateTopic in interface TransactionBodyOrBuilder
      Returns:
      The consensusUpdateTopic.
    • hasConsensusDeleteTopic

      public boolean hasConsensusDeleteTopic()
       *
       Delete a topic.
       
      .proto.ConsensusDeleteTopicTransactionBody consensusDeleteTopic = 26;
      Specified by:
      hasConsensusDeleteTopic in interface TransactionBodyOrBuilder
      Returns:
      Whether the consensusDeleteTopic field is set.
    • getConsensusDeleteTopic

      public ConsensusDeleteTopicTransactionBody getConsensusDeleteTopic()
       *
       Delete a topic.
       
      .proto.ConsensusDeleteTopicTransactionBody consensusDeleteTopic = 26;
      Specified by:
      getConsensusDeleteTopic in interface TransactionBodyOrBuilder
      Returns:
      The consensusDeleteTopic.
    • hasConsensusSubmitMessage

      public boolean hasConsensusSubmitMessage()
       *
       Submit a message to a topic.<br/>
       A message may be "chunked", and submitted in parts, if the total
       message size exceeds the limit for a single transaction.
       
      .proto.ConsensusSubmitMessageTransactionBody consensusSubmitMessage = 27;
      Specified by:
      hasConsensusSubmitMessage in interface TransactionBodyOrBuilder
      Returns:
      Whether the consensusSubmitMessage field is set.
    • getConsensusSubmitMessage

      public ConsensusSubmitMessageTransactionBody getConsensusSubmitMessage()
       *
       Submit a message to a topic.<br/>
       A message may be "chunked", and submitted in parts, if the total
       message size exceeds the limit for a single transaction.
       
      .proto.ConsensusSubmitMessageTransactionBody consensusSubmitMessage = 27;
      Specified by:
      getConsensusSubmitMessage in interface TransactionBodyOrBuilder
      Returns:
      The consensusSubmitMessage.
    • hasUncheckedSubmit

      public boolean hasUncheckedSubmit()
       *
       Unsupported system transaction.
       <p>
       This transaction MAY be implemented in testing networks, but
       SHALL NOT be enabled or supported in production environments.<br/>
       Clients MUST NOT call this method, and any such transaction SHALL
       be rejected.<br/>
       A network MAY choose to charge punitive fees for attempting to
       execute an `uncheckedSubmit`.
       
      .proto.UncheckedSubmitBody uncheckedSubmit = 28;
      Specified by:
      hasUncheckedSubmit in interface TransactionBodyOrBuilder
      Returns:
      Whether the uncheckedSubmit field is set.
    • getUncheckedSubmit

      public UncheckedSubmitBody getUncheckedSubmit()
       *
       Unsupported system transaction.
       <p>
       This transaction MAY be implemented in testing networks, but
       SHALL NOT be enabled or supported in production environments.<br/>
       Clients MUST NOT call this method, and any such transaction SHALL
       be rejected.<br/>
       A network MAY choose to charge punitive fees for attempting to
       execute an `uncheckedSubmit`.
       
      .proto.UncheckedSubmitBody uncheckedSubmit = 28;
      Specified by:
      getUncheckedSubmit in interface TransactionBodyOrBuilder
      Returns:
      The uncheckedSubmit.
    • hasTokenCreation

      public boolean hasTokenCreation()
       *
       Create a new Hedera token.
       
      .proto.TokenCreateTransactionBody tokenCreation = 29;
      Specified by:
      hasTokenCreation in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenCreation field is set.
    • getTokenCreation

      public TokenCreateTransactionBody getTokenCreation()
       *
       Create a new Hedera token.
       
      .proto.TokenCreateTransactionBody tokenCreation = 29;
      Specified by:
      getTokenCreation in interface TransactionBodyOrBuilder
      Returns:
      The tokenCreation.
    • hasTokenFreeze

      public boolean hasTokenFreeze()
       *
       Freeze an account with respect to a token.<br/>
       A frozen account cannot transact in that token until unfrozen.
       
      .proto.TokenFreezeAccountTransactionBody tokenFreeze = 31;
      Specified by:
      hasTokenFreeze in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenFreeze field is set.
    • getTokenFreeze

      public TokenFreezeAccountTransactionBody getTokenFreeze()
       *
       Freeze an account with respect to a token.<br/>
       A frozen account cannot transact in that token until unfrozen.
       
      .proto.TokenFreezeAccountTransactionBody tokenFreeze = 31;
      Specified by:
      getTokenFreeze in interface TransactionBodyOrBuilder
      Returns:
      The tokenFreeze.
    • hasTokenUnfreeze

      public boolean hasTokenUnfreeze()
       *
       Unfreeze an account with respect to a token.
       
      .proto.TokenUnfreezeAccountTransactionBody tokenUnfreeze = 32;
      Specified by:
      hasTokenUnfreeze in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenUnfreeze field is set.
    • getTokenUnfreeze

      public TokenUnfreezeAccountTransactionBody getTokenUnfreeze()
       *
       Unfreeze an account with respect to a token.
       
      .proto.TokenUnfreezeAccountTransactionBody tokenUnfreeze = 32;
      Specified by:
      getTokenUnfreeze in interface TransactionBodyOrBuilder
      Returns:
      The tokenUnfreeze.
    • hasTokenGrantKyc

      public boolean hasTokenGrantKyc()
       *
       Grant KYC to an account with respect to a token.<br/>
       KYC is generally a "know your customer" assertion that a
       responsible entity has sufficient information to positively
       identify the account holder to relevant authorities.
       
      .proto.TokenGrantKycTransactionBody tokenGrantKyc = 33;
      Specified by:
      hasTokenGrantKyc in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenGrantKyc field is set.
    • getTokenGrantKyc

      public TokenGrantKycTransactionBody getTokenGrantKyc()
       *
       Grant KYC to an account with respect to a token.<br/>
       KYC is generally a "know your customer" assertion that a
       responsible entity has sufficient information to positively
       identify the account holder to relevant authorities.
       
      .proto.TokenGrantKycTransactionBody tokenGrantKyc = 33;
      Specified by:
      getTokenGrantKyc in interface TransactionBodyOrBuilder
      Returns:
      The tokenGrantKyc.
    • hasTokenRevokeKyc

      public boolean hasTokenRevokeKyc()
       *
       Revoke KYC from an account with respect to a token.
       
      .proto.TokenRevokeKycTransactionBody tokenRevokeKyc = 34;
      Specified by:
      hasTokenRevokeKyc in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenRevokeKyc field is set.
    • getTokenRevokeKyc

      public TokenRevokeKycTransactionBody getTokenRevokeKyc()
       *
       Revoke KYC from an account with respect to a token.
       
      .proto.TokenRevokeKycTransactionBody tokenRevokeKyc = 34;
      Specified by:
      getTokenRevokeKyc in interface TransactionBodyOrBuilder
      Returns:
      The tokenRevokeKyc.
    • hasTokenDeletion

      public boolean hasTokenDeletion()
       *
       Delete an Hedera token.<br/>
       The token will be marked deleted.
       
      .proto.TokenDeleteTransactionBody tokenDeletion = 35;
      Specified by:
      hasTokenDeletion in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenDeletion field is set.
    • getTokenDeletion

      public TokenDeleteTransactionBody getTokenDeletion()
       *
       Delete an Hedera token.<br/>
       The token will be marked deleted.
       
      .proto.TokenDeleteTransactionBody tokenDeletion = 35;
      Specified by:
      getTokenDeletion in interface TransactionBodyOrBuilder
      Returns:
      The tokenDeletion.
    • hasTokenUpdate

      public boolean hasTokenUpdate()
       *
       Update an Hedera token.<br/>
       Depending on what fields are to be modified, the signature
       requirements will vary. See `TokenUpdateTransactionBody` for
       further detail.
       
      .proto.TokenUpdateTransactionBody tokenUpdate = 36;
      Specified by:
      hasTokenUpdate in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenUpdate field is set.
    • getTokenUpdate

      public TokenUpdateTransactionBody getTokenUpdate()
       *
       Update an Hedera token.<br/>
       Depending on what fields are to be modified, the signature
       requirements will vary. See `TokenUpdateTransactionBody` for
       further detail.
       
      .proto.TokenUpdateTransactionBody tokenUpdate = 36;
      Specified by:
      getTokenUpdate in interface TransactionBodyOrBuilder
      Returns:
      The tokenUpdate.
    • hasTokenMint

      public boolean hasTokenMint()
       *
       Mint new tokens.<br/>
       All minted tokens will be delivered to the treasury account for
       the token type. The "mint key" for the token must sign this
       transaction.
       
      .proto.TokenMintTransactionBody tokenMint = 37;
      Specified by:
      hasTokenMint in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenMint field is set.
    • getTokenMint

      public TokenMintTransactionBody getTokenMint()
       *
       Mint new tokens.<br/>
       All minted tokens will be delivered to the treasury account for
       the token type. The "mint key" for the token must sign this
       transaction.
       
      .proto.TokenMintTransactionBody tokenMint = 37;
      Specified by:
      getTokenMint in interface TransactionBodyOrBuilder
      Returns:
      The tokenMint.
    • hasTokenBurn

      public boolean hasTokenBurn()
       *
       Burn tokens from the treasury account.<br/>
       The "burn key" for the token must sign this transaction.
       
      .proto.TokenBurnTransactionBody tokenBurn = 38;
      Specified by:
      hasTokenBurn in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenBurn field is set.
    • getTokenBurn

      public TokenBurnTransactionBody getTokenBurn()
       *
       Burn tokens from the treasury account.<br/>
       The "burn key" for the token must sign this transaction.
       
      .proto.TokenBurnTransactionBody tokenBurn = 38;
      Specified by:
      getTokenBurn in interface TransactionBodyOrBuilder
      Returns:
      The tokenBurn.
    • hasTokenWipe

      public boolean hasTokenWipe()
       *
       Wipe tokens from an account.<br/>
       This will remove a specified amount of fungible/common tokens or
       a specified list of non-fungible/unique serial numbered tokens
       of a given token type from an Hedera account. The removed tokens
       are _burned_ as if by a `tokenBurn` transaction.<br/>
       The "wipe key" for the token must sign this transaction.
       
      .proto.TokenWipeAccountTransactionBody tokenWipe = 39;
      Specified by:
      hasTokenWipe in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenWipe field is set.
    • getTokenWipe

      public TokenWipeAccountTransactionBody getTokenWipe()
       *
       Wipe tokens from an account.<br/>
       This will remove a specified amount of fungible/common tokens or
       a specified list of non-fungible/unique serial numbered tokens
       of a given token type from an Hedera account. The removed tokens
       are _burned_ as if by a `tokenBurn` transaction.<br/>
       The "wipe key" for the token must sign this transaction.
       
      .proto.TokenWipeAccountTransactionBody tokenWipe = 39;
      Specified by:
      getTokenWipe in interface TransactionBodyOrBuilder
      Returns:
      The tokenWipe.
    • hasTokenAssociate

      public boolean hasTokenAssociate()
       *
       Associate tokens to an account.
       
      .proto.TokenAssociateTransactionBody tokenAssociate = 40;
      Specified by:
      hasTokenAssociate in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenAssociate field is set.
    • getTokenAssociate

      public TokenAssociateTransactionBody getTokenAssociate()
       *
       Associate tokens to an account.
       
      .proto.TokenAssociateTransactionBody tokenAssociate = 40;
      Specified by:
      getTokenAssociate in interface TransactionBodyOrBuilder
      Returns:
      The tokenAssociate.
    • hasTokenDissociate

      public boolean hasTokenDissociate()
       *
       Dissociate tokens from an account.
       
      .proto.TokenDissociateTransactionBody tokenDissociate = 41;
      Specified by:
      hasTokenDissociate in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenDissociate field is set.
    • getTokenDissociate

      public TokenDissociateTransactionBody getTokenDissociate()
       *
       Dissociate tokens from an account.
       
      .proto.TokenDissociateTransactionBody tokenDissociate = 41;
      Specified by:
      getTokenDissociate in interface TransactionBodyOrBuilder
      Returns:
      The tokenDissociate.
    • hasScheduleCreate

      public boolean hasScheduleCreate()
       *
       Create a schedule.<br/>
       A schedule is a request to execute a specific transaction, included
       in the create body, in the future. The scheduled transaction may
       execute as soon as all signature requirements are met with the
       schedule create or a subsequent schedule sign transaction.
       A schedule may, alternatively, execute on expiration if
       long-term schedules are enabled and the schedule meets signature
       requirements at that time.
       
      .proto.ScheduleCreateTransactionBody scheduleCreate = 42;
      Specified by:
      hasScheduleCreate in interface TransactionBodyOrBuilder
      Returns:
      Whether the scheduleCreate field is set.
    • getScheduleCreate

      public ScheduleCreateTransactionBody getScheduleCreate()
       *
       Create a schedule.<br/>
       A schedule is a request to execute a specific transaction, included
       in the create body, in the future. The scheduled transaction may
       execute as soon as all signature requirements are met with the
       schedule create or a subsequent schedule sign transaction.
       A schedule may, alternatively, execute on expiration if
       long-term schedules are enabled and the schedule meets signature
       requirements at that time.
       
      .proto.ScheduleCreateTransactionBody scheduleCreate = 42;
      Specified by:
      getScheduleCreate in interface TransactionBodyOrBuilder
      Returns:
      The scheduleCreate.
    • hasScheduleDelete

      public boolean hasScheduleDelete()
       *
       Delete a schedule.<br/>
       The schedule will be marked as deleted.
       
      .proto.ScheduleDeleteTransactionBody scheduleDelete = 43;
      Specified by:
      hasScheduleDelete in interface TransactionBodyOrBuilder
      Returns:
      Whether the scheduleDelete field is set.
    • getScheduleDelete

      public ScheduleDeleteTransactionBody getScheduleDelete()
       *
       Delete a schedule.<br/>
       The schedule will be marked as deleted.
       
      .proto.ScheduleDeleteTransactionBody scheduleDelete = 43;
      Specified by:
      getScheduleDelete in interface TransactionBodyOrBuilder
      Returns:
      The scheduleDelete.
    • hasScheduleSign

      public boolean hasScheduleSign()
       *
       Sign a schedule.<br/>
       Add one or more cryptographic keys to the list of keys that have
       signed a schedule, and which may serve to meet the signature
       requirements for the scheduled transaction.
       
      .proto.ScheduleSignTransactionBody scheduleSign = 44;
      Specified by:
      hasScheduleSign in interface TransactionBodyOrBuilder
      Returns:
      Whether the scheduleSign field is set.
    • getScheduleSign

      public ScheduleSignTransactionBody getScheduleSign()
       *
       Sign a schedule.<br/>
       Add one or more cryptographic keys to the list of keys that have
       signed a schedule, and which may serve to meet the signature
       requirements for the scheduled transaction.
       
      .proto.ScheduleSignTransactionBody scheduleSign = 44;
      Specified by:
      getScheduleSign in interface TransactionBodyOrBuilder
      Returns:
      The scheduleSign.
    • hasTokenFeeScheduleUpdate

      public boolean hasTokenFeeScheduleUpdate()
       *
       Update the custom fee schedule for a token.<br/>
       This transaction must be signed by the "fee schedule key"
       for the token.
       
      .proto.TokenFeeScheduleUpdateTransactionBody token_fee_schedule_update = 45;
      Specified by:
      hasTokenFeeScheduleUpdate in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenFeeScheduleUpdate field is set.
    • getTokenFeeScheduleUpdate

      public TokenFeeScheduleUpdateTransactionBody getTokenFeeScheduleUpdate()
       *
       Update the custom fee schedule for a token.<br/>
       This transaction must be signed by the "fee schedule key"
       for the token.
       
      .proto.TokenFeeScheduleUpdateTransactionBody token_fee_schedule_update = 45;
      Specified by:
      getTokenFeeScheduleUpdate in interface TransactionBodyOrBuilder
      Returns:
      The tokenFeeScheduleUpdate.
    • hasTokenPause

      public boolean hasTokenPause()
       *
       Pause a Token.
       <p>
       This transaction MUST be signed by the "pause key" for the token.
       
      .proto.TokenPauseTransactionBody token_pause = 46;
      Specified by:
      hasTokenPause in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenPause field is set.
    • getTokenPause

      public TokenPauseTransactionBody getTokenPause()
       *
       Pause a Token.
       <p>
       This transaction MUST be signed by the "pause key" for the token.
       
      .proto.TokenPauseTransactionBody token_pause = 46;
      Specified by:
      getTokenPause in interface TransactionBodyOrBuilder
      Returns:
      The tokenPause.
    • hasTokenUnpause

      public boolean hasTokenUnpause()
       *
       Unpause a Token.
       <p>
       This transaction MUST be signed by the "pause key" for the token.
       
      .proto.TokenUnpauseTransactionBody token_unpause = 47;
      Specified by:
      hasTokenUnpause in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenUnpause field is set.
    • getTokenUnpause

      public TokenUnpauseTransactionBody getTokenUnpause()
       *
       Unpause a Token.
       <p>
       This transaction MUST be signed by the "pause key" for the token.
       
      .proto.TokenUnpauseTransactionBody token_unpause = 47;
      Specified by:
      getTokenUnpause in interface TransactionBodyOrBuilder
      Returns:
      The tokenUnpause.
    • hasCryptoApproveAllowance

      public boolean hasCryptoApproveAllowance()
       *
       Add one or more approved allowances for spenders to transfer the
       paying account's hbar or tokens.
       
      .proto.CryptoApproveAllowanceTransactionBody cryptoApproveAllowance = 48;
      Specified by:
      hasCryptoApproveAllowance in interface TransactionBodyOrBuilder
      Returns:
      Whether the cryptoApproveAllowance field is set.
    • getCryptoApproveAllowance

      public CryptoApproveAllowanceTransactionBody getCryptoApproveAllowance()
       *
       Add one or more approved allowances for spenders to transfer the
       paying account's hbar or tokens.
       
      .proto.CryptoApproveAllowanceTransactionBody cryptoApproveAllowance = 48;
      Specified by:
      getCryptoApproveAllowance in interface TransactionBodyOrBuilder
      Returns:
      The cryptoApproveAllowance.
    • hasCryptoDeleteAllowance

      public boolean hasCryptoDeleteAllowance()
       *
       Delete one or more approvals for spenders to transfer the
       paying account's hbar or tokens.
       
      .proto.CryptoDeleteAllowanceTransactionBody cryptoDeleteAllowance = 49;
      Specified by:
      hasCryptoDeleteAllowance in interface TransactionBodyOrBuilder
      Returns:
      Whether the cryptoDeleteAllowance field is set.
    • getCryptoDeleteAllowance

      public CryptoDeleteAllowanceTransactionBody getCryptoDeleteAllowance()
       *
       Delete one or more approvals for spenders to transfer the
       paying account's hbar or tokens.
       
      .proto.CryptoDeleteAllowanceTransactionBody cryptoDeleteAllowance = 49;
      Specified by:
      getCryptoDeleteAllowance in interface TransactionBodyOrBuilder
      Returns:
      The cryptoDeleteAllowance.
    • hasEthereumTransaction

      public boolean hasEthereumTransaction()
       *
       Perform an Ethereum encoded transaction.
       
      .proto.EthereumTransactionBody ethereumTransaction = 50;
      Specified by:
      hasEthereumTransaction in interface TransactionBodyOrBuilder
      Returns:
      Whether the ethereumTransaction field is set.
    • getEthereumTransaction

      public EthereumTransactionBody getEthereumTransaction()
       *
       Perform an Ethereum encoded transaction.
       
      .proto.EthereumTransactionBody ethereumTransaction = 50;
      Specified by:
      getEthereumTransaction in interface TransactionBodyOrBuilder
      Returns:
      The ethereumTransaction.
    • hasNodeStakeUpdate

      public boolean hasNodeStakeUpdate()
       *
       Update the staking information.<br/>
       This internal transaction is performed at the end of a staking
       period to complete staking calculations and indicate that new
       staking period has started.
       
      .proto.NodeStakeUpdateTransactionBody node_stake_update = 51;
      Specified by:
      hasNodeStakeUpdate in interface TransactionBodyOrBuilder
      Returns:
      Whether the nodeStakeUpdate field is set.
    • getNodeStakeUpdate

      public NodeStakeUpdateTransactionBody getNodeStakeUpdate()
       *
       Update the staking information.<br/>
       This internal transaction is performed at the end of a staking
       period to complete staking calculations and indicate that new
       staking period has started.
       
      .proto.NodeStakeUpdateTransactionBody node_stake_update = 51;
      Specified by:
      getNodeStakeUpdate in interface TransactionBodyOrBuilder
      Returns:
      The nodeStakeUpdate.
    • hasUtilPrng

      public boolean hasUtilPrng()
       *
       Provide a deterministic pseudorandom number based on network state.
       
      .proto.UtilPrngTransactionBody util_prng = 52;
      Specified by:
      hasUtilPrng in interface TransactionBodyOrBuilder
      Returns:
      Whether the utilPrng field is set.
    • getUtilPrng

      public UtilPrngTransactionBody getUtilPrng()
       *
       Provide a deterministic pseudorandom number based on network state.
       
      .proto.UtilPrngTransactionBody util_prng = 52;
      Specified by:
      getUtilPrng in interface TransactionBodyOrBuilder
      Returns:
      The utilPrng.
    • hasTokenUpdateNfts

      public boolean hasTokenUpdateNfts()
       *
       Update one or more non-fungible/unique tokens.<br/>
       This will update metadata for one or more serial numbers within
       a collection (token type).
       
      .proto.TokenUpdateNftsTransactionBody token_update_nfts = 53;
      Specified by:
      hasTokenUpdateNfts in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenUpdateNfts field is set.
    • getTokenUpdateNfts

      public TokenUpdateNftsTransactionBody getTokenUpdateNfts()
       *
       Update one or more non-fungible/unique tokens.<br/>
       This will update metadata for one or more serial numbers within
       a collection (token type).
       
      .proto.TokenUpdateNftsTransactionBody token_update_nfts = 53;
      Specified by:
      getTokenUpdateNfts in interface TransactionBodyOrBuilder
      Returns:
      The tokenUpdateNfts.
    • hasNodeCreate

      public boolean hasNodeCreate()
       *
       Create a new node in the network address book.<br/>
       This is a privileged operation.
       <p>
       This transaction SHALL create a new consensus node record and add
       that record to the network address book.
       
      .com.hedera.hapi.node.addressbook.NodeCreateTransactionBody nodeCreate = 54;
      Specified by:
      hasNodeCreate in interface TransactionBodyOrBuilder
      Returns:
      Whether the nodeCreate field is set.
    • getNodeCreate

      public NodeCreateTransactionBody getNodeCreate()
       *
       Create a new node in the network address book.<br/>
       This is a privileged operation.
       <p>
       This transaction SHALL create a new consensus node record and add
       that record to the network address book.
       
      .com.hedera.hapi.node.addressbook.NodeCreateTransactionBody nodeCreate = 54;
      Specified by:
      getNodeCreate in interface TransactionBodyOrBuilder
      Returns:
      The nodeCreate.
    • hasNodeUpdate

      public boolean hasNodeUpdate()
       *
       Update a node in the network address book.<br/>
       This is a privileged operation.
       <p>
       This transaction SHALL update an existing consensus node record in
       the network address book.
       
      .com.hedera.hapi.node.addressbook.NodeUpdateTransactionBody nodeUpdate = 55;
      Specified by:
      hasNodeUpdate in interface TransactionBodyOrBuilder
      Returns:
      Whether the nodeUpdate field is set.
    • getNodeUpdate

      public NodeUpdateTransactionBody getNodeUpdate()
       *
       Update a node in the network address book.<br/>
       This is a privileged operation.
       <p>
       This transaction SHALL update an existing consensus node record in
       the network address book.
       
      .com.hedera.hapi.node.addressbook.NodeUpdateTransactionBody nodeUpdate = 55;
      Specified by:
      getNodeUpdate in interface TransactionBodyOrBuilder
      Returns:
      The nodeUpdate.
    • hasNodeDelete

      public boolean hasNodeDelete()
       *
       Delete a node from the network address book.<br/>
       This is a privileged operation.
       <p>
       This transaction SHALL mark an existing consensus node record as
       deleted and remove that node from the network address book.
       
      .com.hedera.hapi.node.addressbook.NodeDeleteTransactionBody nodeDelete = 56;
      Specified by:
      hasNodeDelete in interface TransactionBodyOrBuilder
      Returns:
      Whether the nodeDelete field is set.
    • getNodeDelete

      public NodeDeleteTransactionBody getNodeDelete()
       *
       Delete a node from the network address book.<br/>
       This is a privileged operation.
       <p>
       This transaction SHALL mark an existing consensus node record as
       deleted and remove that node from the network address book.
       
      .com.hedera.hapi.node.addressbook.NodeDeleteTransactionBody nodeDelete = 56;
      Specified by:
      getNodeDelete in interface TransactionBodyOrBuilder
      Returns:
      The nodeDelete.
    • hasTokenReject

      public boolean hasTokenReject()
       *
       Reject and return a token to treasury.<br/>
       This transaction will transfer one or more tokens or token
       balances held by the requesting account to the treasury
       for each token type.
       <p>
       Each transfer MUST be one of the following:
       <ul>
       <li>A single non-fungible/unique token.</li>
       <li>The full balance held for a fungible/common
       token type.</li>
       </ul>
       When complete, the requesting account SHALL NOT hold the
       rejected tokens.<br/>
       Custom fees and royalties defined for the tokens rejected
       SHALL NOT be charged for this transaction.
       
      .proto.TokenRejectTransactionBody tokenReject = 57;
      Specified by:
      hasTokenReject in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenReject field is set.
    • getTokenReject

      public TokenRejectTransactionBody getTokenReject()
       *
       Reject and return a token to treasury.<br/>
       This transaction will transfer one or more tokens or token
       balances held by the requesting account to the treasury
       for each token type.
       <p>
       Each transfer MUST be one of the following:
       <ul>
       <li>A single non-fungible/unique token.</li>
       <li>The full balance held for a fungible/common
       token type.</li>
       </ul>
       When complete, the requesting account SHALL NOT hold the
       rejected tokens.<br/>
       Custom fees and royalties defined for the tokens rejected
       SHALL NOT be charged for this transaction.
       
      .proto.TokenRejectTransactionBody tokenReject = 57;
      Specified by:
      getTokenReject in interface TransactionBodyOrBuilder
      Returns:
      The tokenReject.
    • hasTokenAirdrop

      public boolean hasTokenAirdrop()
       *
       "Airdrop" tokens.<br/>
       This transaction sends tokens from one or more "sender" accounts
       to one or more "recipient" accounts.
       <p>
       If a recipient account cannot immediately receive the token(s) sent,
       a "pending" airdrop SHALL be created and MUST be claimed.
       
      .proto.TokenAirdropTransactionBody tokenAirdrop = 58;
      Specified by:
      hasTokenAirdrop in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenAirdrop field is set.
    • getTokenAirdrop

      public TokenAirdropTransactionBody getTokenAirdrop()
       *
       "Airdrop" tokens.<br/>
       This transaction sends tokens from one or more "sender" accounts
       to one or more "recipient" accounts.
       <p>
       If a recipient account cannot immediately receive the token(s) sent,
       a "pending" airdrop SHALL be created and MUST be claimed.
       
      .proto.TokenAirdropTransactionBody tokenAirdrop = 58;
      Specified by:
      getTokenAirdrop in interface TransactionBodyOrBuilder
      Returns:
      The tokenAirdrop.
    • hasTokenCancelAirdrop

      public boolean hasTokenCancelAirdrop()
       *
       Cancel one or more "pending" airdrops that are not yet claimed.
       
      .proto.TokenCancelAirdropTransactionBody tokenCancelAirdrop = 59;
      Specified by:
      hasTokenCancelAirdrop in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenCancelAirdrop field is set.
    • getTokenCancelAirdrop

      public TokenCancelAirdropTransactionBody getTokenCancelAirdrop()
       *
       Cancel one or more "pending" airdrops that are not yet claimed.
       
      .proto.TokenCancelAirdropTransactionBody tokenCancelAirdrop = 59;
      Specified by:
      getTokenCancelAirdrop in interface TransactionBodyOrBuilder
      Returns:
      The tokenCancelAirdrop.
    • hasTokenClaimAirdrop

      public boolean hasTokenClaimAirdrop()
       *
       Claim one or more "pending" airdrops.
       
      .proto.TokenClaimAirdropTransactionBody tokenClaimAirdrop = 60;
      Specified by:
      hasTokenClaimAirdrop in interface TransactionBodyOrBuilder
      Returns:
      Whether the tokenClaimAirdrop field is set.
    • getTokenClaimAirdrop

      public TokenClaimAirdropTransactionBody getTokenClaimAirdrop()
       *
       Claim one or more "pending" airdrops.
       
      .proto.TokenClaimAirdropTransactionBody tokenClaimAirdrop = 60;
      Specified by:
      getTokenClaimAirdrop in interface TransactionBodyOrBuilder
      Returns:
      The tokenClaimAirdrop.
    • hasStateSignatureTransaction

      public boolean hasStateSignatureTransaction()
       *
       A transaction body for signature of a state root hash gossiped to other nodes
       
      .com.hedera.hapi.platform.event.StateSignatureTransaction state_signature_transaction = 65;
      Specified by:
      hasStateSignatureTransaction in interface TransactionBodyOrBuilder
      Returns:
      Whether the stateSignatureTransaction field is set.
    • getStateSignatureTransaction

      public StateSignatureTransaction getStateSignatureTransaction()
       *
       A transaction body for signature of a state root hash gossiped to other nodes
       
      .com.hedera.hapi.platform.event.StateSignatureTransaction state_signature_transaction = 65;
      Specified by:
      getStateSignatureTransaction in interface TransactionBodyOrBuilder
      Returns:
      The stateSignatureTransaction.
    • hasHintsPreprocessingVote

      public boolean hasHintsPreprocessingVote()
       *
       A transaction body for voting on hinTS aggregation keys.
       
      .com.hedera.hapi.services.auxiliary.hints.HintsPreprocessingVoteTransactionBody hints_preprocessing_vote = 66;
      Specified by:
      hasHintsPreprocessingVote in interface TransactionBodyOrBuilder
      Returns:
      Whether the hintsPreprocessingVote field is set.
    • getHintsPreprocessingVote

      public HintsPreprocessingVoteTransactionBody getHintsPreprocessingVote()
       *
       A transaction body for voting on hinTS aggregation keys.
       
      .com.hedera.hapi.services.auxiliary.hints.HintsPreprocessingVoteTransactionBody hints_preprocessing_vote = 66;
      Specified by:
      getHintsPreprocessingVote in interface TransactionBodyOrBuilder
      Returns:
      The hintsPreprocessingVote.
    • hasHintsKeyPublication

      public boolean hasHintsKeyPublication()
       *
       A transaction body for publishing a node's hintTS key.
       
      .com.hedera.hapi.services.auxiliary.hints.HintsKeyPublicationTransactionBody hints_key_publication = 67;
      Specified by:
      hasHintsKeyPublication in interface TransactionBodyOrBuilder
      Returns:
      Whether the hintsKeyPublication field is set.
    • getHintsKeyPublication

      public HintsKeyPublicationTransactionBody getHintsKeyPublication()
       *
       A transaction body for publishing a node's hintTS key.
       
      .com.hedera.hapi.services.auxiliary.hints.HintsKeyPublicationTransactionBody hints_key_publication = 67;
      Specified by:
      getHintsKeyPublication in interface TransactionBodyOrBuilder
      Returns:
      The hintsKeyPublication.
    • hasHintsPartialSignature

      public boolean hasHintsPartialSignature()
       *
       A transaction body for broadcasting a node's hintTS partial signature on a message.
       
      .com.hedera.hapi.services.auxiliary.hints.HintsPartialSignatureTransactionBody hints_partial_signature = 68;
      Specified by:
      hasHintsPartialSignature in interface TransactionBodyOrBuilder
      Returns:
      Whether the hintsPartialSignature field is set.
    • getHintsPartialSignature

      public HintsPartialSignatureTransactionBody getHintsPartialSignature()
       *
       A transaction body for broadcasting a node's hintTS partial signature on a message.
       
      .com.hedera.hapi.services.auxiliary.hints.HintsPartialSignatureTransactionBody hints_partial_signature = 68;
      Specified by:
      getHintsPartialSignature in interface TransactionBodyOrBuilder
      Returns:
      The hintsPartialSignature.
    • hasHistoryProofSignature

      public boolean hasHistoryProofSignature()
       *
       A transaction body for contributed a signature with a node's proof key to a history proof.
       
      .com.hedera.hapi.services.auxiliary.history.HistoryProofSignatureTransactionBody history_proof_signature = 69;
      Specified by:
      hasHistoryProofSignature in interface TransactionBodyOrBuilder
      Returns:
      Whether the historyProofSignature field is set.
    • getHistoryProofSignature

      public HistoryProofSignatureTransactionBody getHistoryProofSignature()
       *
       A transaction body for contributed a signature with a node's proof key to a history proof.
       
      .com.hedera.hapi.services.auxiliary.history.HistoryProofSignatureTransactionBody history_proof_signature = 69;
      Specified by:
      getHistoryProofSignature in interface TransactionBodyOrBuilder
      Returns:
      The historyProofSignature.
    • hasHistoryProofKeyPublication

      public boolean hasHistoryProofKeyPublication()
       *
       A transaction body for publishing a node's metadata proof key.
       
      .com.hedera.hapi.services.auxiliary.history.HistoryProofKeyPublicationTransactionBody history_proof_key_publication = 70;
      Specified by:
      hasHistoryProofKeyPublication in interface TransactionBodyOrBuilder
      Returns:
      Whether the historyProofKeyPublication field is set.
    • getHistoryProofKeyPublication

      public HistoryProofKeyPublicationTransactionBody getHistoryProofKeyPublication()
       *
       A transaction body for publishing a node's metadata proof key.
       
      .com.hedera.hapi.services.auxiliary.history.HistoryProofKeyPublicationTransactionBody history_proof_key_publication = 70;
      Specified by:
      getHistoryProofKeyPublication in interface TransactionBodyOrBuilder
      Returns:
      The historyProofKeyPublication.
    • hasHistoryProofVote

      public boolean hasHistoryProofVote()
       *
       A transaction body for voting on a metadata proof descending from the ledger id.
       
      .com.hedera.hapi.services.auxiliary.history.HistoryProofVoteTransactionBody history_proof_vote = 71;
      Specified by:
      hasHistoryProofVote in interface TransactionBodyOrBuilder
      Returns:
      Whether the historyProofVote field is set.
    • getHistoryProofVote

      public HistoryProofVoteTransactionBody getHistoryProofVote()
       *
       A transaction body for voting on a metadata proof descending from the ledger id.
       
      .com.hedera.hapi.services.auxiliary.history.HistoryProofVoteTransactionBody history_proof_vote = 71;
      Specified by:
      getHistoryProofVote in interface TransactionBodyOrBuilder
      Returns:
      The historyProofVote.
    • hasCrsPublication

      public boolean hasCrsPublication()
       *
       A transaction body for broadcasting a node's crs publication
       
      .com.hedera.hapi.services.auxiliary.hints.CrsPublicationTransactionBody crs_publication = 72;
      Specified by:
      hasCrsPublication in interface TransactionBodyOrBuilder
      Returns:
      Whether the crsPublication field is set.
    • getCrsPublication

      public CrsPublicationTransactionBody getCrsPublication()
       *
       A transaction body for broadcasting a node's crs publication
       
      .com.hedera.hapi.services.auxiliary.hints.CrsPublicationTransactionBody crs_publication = 72;
      Specified by:
      getCrsPublication in interface TransactionBodyOrBuilder
      Returns:
      The crsPublication.
    • hasAtomicBatch

      public boolean hasAtomicBatch()
       *
       A transaction body for handling a set of transactions atomically.
       
      .proto.AtomicBatchTransactionBody atomic_batch = 74;
      Specified by:
      hasAtomicBatch in interface TransactionBodyOrBuilder
      Returns:
      Whether the atomicBatch field is set.
    • getAtomicBatch

      public AtomicBatchTransactionBody getAtomicBatch()
       *
       A transaction body for handling a set of transactions atomically.
       
      .proto.AtomicBatchTransactionBody atomic_batch = 74;
      Specified by:
      getAtomicBatch in interface TransactionBodyOrBuilder
      Returns:
      The atomicBatch.
    • hasHookStore

      public boolean hasHookStore()
       *
       A transaction body for updating the storage of an EVM hook.
       
      .com.hedera.hapi.node.hooks.HookStoreTransactionBody hook_store = 75;
      Specified by:
      hasHookStore in interface TransactionBodyOrBuilder
      Returns:
      Whether the hookStore field is set.
    • getHookStore

      public HookStoreTransactionBody getHookStore()
       *
       A transaction body for updating the storage of an EVM hook.
       
      .com.hedera.hapi.node.hooks.HookStoreTransactionBody hook_store = 75;
      Specified by:
      getHookStore in interface TransactionBodyOrBuilder
      Returns:
      The hookStore.
    • hasHookDispatch

      public boolean hasHookDispatch()
       *
       An internal-only transaction body for dispatching a hook CRUD operation.
       
      .com.hedera.hapi.node.hooks.HookDispatchTransactionBody hook_dispatch = 76;
      Specified by:
      hasHookDispatch in interface TransactionBodyOrBuilder
      Returns:
      Whether the hookDispatch field is set.
    • getHookDispatch

      public HookDispatchTransactionBody getHookDispatch()
       *
       An internal-only transaction body for dispatching a hook CRUD operation.
       
      .com.hedera.hapi.node.hooks.HookDispatchTransactionBody hook_dispatch = 76;
      Specified by:
      getHookDispatch in interface TransactionBodyOrBuilder
      Returns:
      The hookDispatch.
    • hasLedgerIdPublication

      public boolean hasLedgerIdPublication()
       *
       An internal-only transaction body for publishing the ledger id.
       
      .com.hedera.hapi.node.tss.LedgerIdPublicationTransactionBody ledger_id_publication = 77;
      Specified by:
      hasLedgerIdPublication in interface TransactionBodyOrBuilder
      Returns:
      Whether the ledgerIdPublication field is set.
    • getLedgerIdPublication

      public LedgerIdPublicationTransactionBody getLedgerIdPublication()
       *
       An internal-only transaction body for publishing the ledger id.
       
      .com.hedera.hapi.node.tss.LedgerIdPublicationTransactionBody ledger_id_publication = 77;
      Specified by:
      getLedgerIdPublication in interface TransactionBodyOrBuilder
      Returns:
      The ledgerIdPublication.
    • hasRegisteredNodeCreate

      public boolean hasRegisteredNodeCreate()
       *
       Create a new registered node in the network address book.
       <p>
       This transaction SHALL create a new registered node record and add
       that record to the network state.
       
      .com.hedera.hapi.node.addressbook.RegisteredNodeCreateTransactionBody registeredNodeCreate = 78;
      Specified by:
      hasRegisteredNodeCreate in interface TransactionBodyOrBuilder
      Returns:
      Whether the registeredNodeCreate field is set.
    • getRegisteredNodeCreate

      public RegisteredNodeCreateTransactionBody getRegisteredNodeCreate()
       *
       Create a new registered node in the network address book.
       <p>
       This transaction SHALL create a new registered node record and add
       that record to the network state.
       
      .com.hedera.hapi.node.addressbook.RegisteredNodeCreateTransactionBody registeredNodeCreate = 78;
      Specified by:
      getRegisteredNodeCreate in interface TransactionBodyOrBuilder
      Returns:
      The registeredNodeCreate.
    • hasRegisteredNodeUpdate

      public boolean hasRegisteredNodeUpdate()
       *
       Update a registered node in the network address book.
       <p>
       This transaction SHALL update an existing registered node record in
       the network state.
       
      .com.hedera.hapi.node.addressbook.RegisteredNodeUpdateTransactionBody registeredNodeUpdate = 79;
      Specified by:
      hasRegisteredNodeUpdate in interface TransactionBodyOrBuilder
      Returns:
      Whether the registeredNodeUpdate field is set.
    • getRegisteredNodeUpdate

      public RegisteredNodeUpdateTransactionBody getRegisteredNodeUpdate()
       *
       Update a registered node in the network address book.
       <p>
       This transaction SHALL update an existing registered node record in
       the network state.
       
      .com.hedera.hapi.node.addressbook.RegisteredNodeUpdateTransactionBody registeredNodeUpdate = 79;
      Specified by:
      getRegisteredNodeUpdate in interface TransactionBodyOrBuilder
      Returns:
      The registeredNodeUpdate.
    • hasRegisteredNodeDelete

      public boolean hasRegisteredNodeDelete()
       *
       Delete a registered node from the network address book.
       <p>
       This transaction SHALL mark an existing registered node record as
       deleted.
       
      .com.hedera.hapi.node.addressbook.RegisteredNodeDeleteTransactionBody registeredNodeDelete = 80;
      Specified by:
      hasRegisteredNodeDelete in interface TransactionBodyOrBuilder
      Returns:
      Whether the registeredNodeDelete field is set.
    • getRegisteredNodeDelete

      public RegisteredNodeDeleteTransactionBody getRegisteredNodeDelete()
       *
       Delete a registered node from the network address book.
       <p>
       This transaction SHALL mark an existing registered node record as
       deleted.
       
      .com.hedera.hapi.node.addressbook.RegisteredNodeDeleteTransactionBody registeredNodeDelete = 80;
      Specified by:
      getRegisteredNodeDelete in interface TransactionBodyOrBuilder
      Returns:
      The registeredNodeDelete.
    • hasMigrationRootHashVote

      public boolean hasMigrationRootHashVote()
       *
       A transaction body for voting on migration wrapped record root hash state.
       
      .com.hedera.hapi.services.auxiliary.blockrecords.MigrationRootHashVoteTransactionBody migration_root_hash_vote = 81;
      Specified by:
      hasMigrationRootHashVote in interface TransactionBodyOrBuilder
      Returns:
      Whether the migrationRootHashVote field is set.
    • getMigrationRootHashVote

      public MigrationRootHashVoteTransactionBody getMigrationRootHashVote()
       *
       A transaction body for voting on migration wrapped record root hash state.
       
      .com.hedera.hapi.services.auxiliary.blockrecords.MigrationRootHashVoteTransactionBody migration_root_hash_vote = 81;
      Specified by:
      getMigrationRootHashVote in interface TransactionBodyOrBuilder
      Returns:
      The migrationRootHashVote.
    • getMaxCustomFeesList

      public List<CustomFeeLimit> getMaxCustomFeesList()
       *
       A list of maximum custom fees that the users are willing to pay.
       <p>
       This field is OPTIONAL.<br/>
       If left empty, the users are accepting to pay any custom fee.<br/>
       If used with a transaction type that does not support custom fee limits, the transaction will fail.
       
      repeated .proto.CustomFeeLimit max_custom_fees = 1001;
      Specified by:
      getMaxCustomFeesList in interface TransactionBodyOrBuilder
    • getMaxCustomFeesOrBuilderList

      public List<? extends CustomFeeLimitOrBuilder> getMaxCustomFeesOrBuilderList()
       *
       A list of maximum custom fees that the users are willing to pay.
       <p>
       This field is OPTIONAL.<br/>
       If left empty, the users are accepting to pay any custom fee.<br/>
       If used with a transaction type that does not support custom fee limits, the transaction will fail.
       
      repeated .proto.CustomFeeLimit max_custom_fees = 1001;
    • getMaxCustomFeesCount

      public int getMaxCustomFeesCount()
       *
       A list of maximum custom fees that the users are willing to pay.
       <p>
       This field is OPTIONAL.<br/>
       If left empty, the users are accepting to pay any custom fee.<br/>
       If used with a transaction type that does not support custom fee limits, the transaction will fail.
       
      repeated .proto.CustomFeeLimit max_custom_fees = 1001;
      Specified by:
      getMaxCustomFeesCount in interface TransactionBodyOrBuilder
    • getMaxCustomFees

      public CustomFeeLimit getMaxCustomFees(int index)
       *
       A list of maximum custom fees that the users are willing to pay.
       <p>
       This field is OPTIONAL.<br/>
       If left empty, the users are accepting to pay any custom fee.<br/>
       If used with a transaction type that does not support custom fee limits, the transaction will fail.
       
      repeated .proto.CustomFeeLimit max_custom_fees = 1001;
      Specified by:
      getMaxCustomFees in interface TransactionBodyOrBuilder
    • getMaxCustomFeesOrBuilder

      public CustomFeeLimitOrBuilder getMaxCustomFeesOrBuilder(int index)
       *
       A list of maximum custom fees that the users are willing to pay.
       <p>
       This field is OPTIONAL.<br/>
       If left empty, the users are accepting to pay any custom fee.<br/>
       If used with a transaction type that does not support custom fee limits, the transaction will fail.
       
      repeated .proto.CustomFeeLimit max_custom_fees = 1001;
    • getHighVolume

      public boolean getHighVolume()
       *
       If set to true, this transaction uses high-volume throttles and pricing
       for entity creation. It only affects supported transaction types; otherwise,
       it is ignored.
       
      bool high_volume = 1002;
      Specified by:
      getHighVolume in interface TransactionBodyOrBuilder
      Returns:
      The highVolume.
    • parseFrom

      public static TransactionBody parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionBody parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionBody parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionBody parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionBody parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionBody parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static TransactionBody parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransactionBody parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TransactionBody parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static TransactionBody parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransactionBody parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static TransactionBody parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static TransactionBody.Builder newBuilder()
    • newBuilder

      public static TransactionBody.Builder newBuilder(TransactionBody prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<TransactionBody,TransactionBody.Builder>
    • getDefaultInstance

      public static TransactionBody getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<TransactionBody> parser()