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-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: unchecked_submit.proto
package com.hedera.hashgraph.sdk.proto;
public interface UncheckedSubmitBodyOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.UncheckedSubmitBody)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* The serialized bytes of the Transaction to be submitted without prechecks
*
*
* bytes transactionBytes = 1;
* @return The transactionBytes.
*/
com.google.protobuf.ByteString getTransactionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy