Interface UncheckedSubmitBodyOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    Deprecated.
    * The serialized bytes of a `Transaction`.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getTransactionBytes

      com.google.protobuf.ByteString getTransactionBytes()
      Deprecated.
       *
       The serialized bytes of a `Transaction`.
       <p>
       This transaction SHALL be deserialized and submitted for consensus
       with no further validation.<br/>
       Specifically, the transaction may violate basic limits and
       constraints such as size limits, minimum or maximum values,
       valid start time, fee calculations, etc...
       
      bytes transactionBytes = 1;
      Returns:
      The transactionBytes.