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

com.hederahashgraph.api.proto.java.TransactionOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: transaction.proto

package com.hederahashgraph.api.proto.java;

public interface TransactionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.Transaction)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   **
   * The body of the transaction, which needs to be signed
   * 
* * .proto.TransactionBody body = 1 [deprecated = true]; * @return Whether the body field is set. */ @java.lang.Deprecated boolean hasBody(); /** *
   **
   * The body of the transaction, which needs to be signed
   * 
* * .proto.TransactionBody body = 1 [deprecated = true]; * @return The body. */ @java.lang.Deprecated com.hederahashgraph.api.proto.java.TransactionBody getBody(); /** *
   **
   * The body of the transaction, which needs to be signed
   * 
* * .proto.TransactionBody body = 1 [deprecated = true]; */ @java.lang.Deprecated com.hederahashgraph.api.proto.java.TransactionBodyOrBuilder getBodyOrBuilder(); /** *
   **
   * The signatures on the body, to authorize the transaction; deprecated and to be succeeded by
   * SignatureMap field
   * 
* * .proto.SignatureList sigs = 2 [deprecated = true]; * @return Whether the sigs field is set. */ @java.lang.Deprecated boolean hasSigs(); /** *
   **
   * The signatures on the body, to authorize the transaction; deprecated and to be succeeded by
   * SignatureMap field
   * 
* * .proto.SignatureList sigs = 2 [deprecated = true]; * @return The sigs. */ @java.lang.Deprecated com.hederahashgraph.api.proto.java.SignatureList getSigs(); /** *
   **
   * The signatures on the body, to authorize the transaction; deprecated and to be succeeded by
   * SignatureMap field
   * 
* * .proto.SignatureList sigs = 2 [deprecated = true]; */ @java.lang.Deprecated com.hederahashgraph.api.proto.java.SignatureListOrBuilder getSigsOrBuilder(); /** *
   **
   * The signatures on the body with the new format, to authorize the transaction
   * 
* * .proto.SignatureMap sigMap = 3 [deprecated = true]; * @return Whether the sigMap field is set. */ @java.lang.Deprecated boolean hasSigMap(); /** *
   **
   * The signatures on the body with the new format, to authorize the transaction
   * 
* * .proto.SignatureMap sigMap = 3 [deprecated = true]; * @return The sigMap. */ @java.lang.Deprecated com.hederahashgraph.api.proto.java.SignatureMap getSigMap(); /** *
   **
   * The signatures on the body with the new format, to authorize the transaction
   * 
* * .proto.SignatureMap sigMap = 3 [deprecated = true]; */ @java.lang.Deprecated com.hederahashgraph.api.proto.java.SignatureMapOrBuilder getSigMapOrBuilder(); /** *
   **
   * TransactionBody serialized into bytes, which needs to be signed
   * 
* * bytes bodyBytes = 4 [deprecated = true]; * @return The bodyBytes. */ @java.lang.Deprecated com.google.protobuf.ByteString getBodyBytes(); /** *
   **
   * SignedTransaction serialized into bytes
   * 
* * bytes signedTransactionBytes = 5; * @return The signedTransactionBytes. */ com.google.protobuf.ByteString getSignedTransactionBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy