All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hedera.hashgraph.sdk.proto.UncheckedSubmitBodyOrBuilder Maven / Gradle / Ivy

The newest version!
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy