Module com.hedera.hashgraph.sdk
Package com.hedera.hashgraph.sdk.proto
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 TypeMethodDescriptioncom.google.protobuf.ByteStringDeprecated.* 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.
-