com.hedera.hashgraph.sdk.proto.UncheckedSubmitBodyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: unchecked_submit.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public interface UncheckedSubmitBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.UncheckedSubmitBody)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* The serialized bytes of the Transaction to be submitted without prechecks
*
*
* bytes transactionBytes = 1;
* @return The transactionBytes.
*/
com.google.protobuf.ByteString getTransactionBytes();
}