com.hederahashgraph.api.proto.java.TransactionOrBuilder Maven / Gradle / Ivy
// 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 {
/**
*
* SignedTransaction serialized into bytes
*
*
* bytes signedTransactionBytes = 5;
*/
com.google.protobuf.ByteString getSignedTransactionBytes();
/**
*
* TransactionBody serialized into bytes, which needs to be signed
*
*
* bytes bodyBytes = 4 [deprecated = true];
*/
@java.lang.Deprecated com.google.protobuf.ByteString getBodyBytes();
/**
*
* The signatures on the body with the new format, to authorize the transaction
*
*
* .proto.SignatureMap sigMap = 3 [deprecated = true];
*/
@java.lang.Deprecated boolean hasSigMap();
/**
*
* 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.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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy