Interface TransactionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Transaction, Transaction.Builder

@Generated public interface TransactionOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    proto.Transaction.body is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    proto.Transaction.bodyBytes is deprecated.
    Deprecated.
    proto.Transaction.sigMap is deprecated.
    com.google.protobuf.ByteString
    * A valid, serialized, `SignedTransaction` message.
    Deprecated.
    proto.Transaction.sigs is deprecated.
    boolean
    Deprecated.
    proto.Transaction.body is deprecated.
    boolean
    Deprecated.
    proto.Transaction.sigMap is deprecated.
    boolean
    Deprecated.
    proto.Transaction.sigs is deprecated.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasBody

      @Deprecated boolean hasBody()
      Deprecated.
      proto.Transaction.body is deprecated. See transaction.proto;l=129
       *
       Replaced with `signedTransactionBytes`.<br/>
       The body of the transaction.
       
      .proto.TransactionBody body = 1 [deprecated = true];
      Returns:
      Whether the body field is set.
    • getBody

      Deprecated.
      proto.Transaction.body is deprecated. See transaction.proto;l=129
       *
       Replaced with `signedTransactionBytes`.<br/>
       The body of the transaction.
       
      .proto.TransactionBody body = 1 [deprecated = true];
      Returns:
      The body.
    • hasSigs

      @Deprecated boolean hasSigs()
      Deprecated.
      proto.Transaction.sigs is deprecated. See transaction.proto;l=135
       *
       Replaced with `signedTransactionBytes`.<br/>
       The signatures on the body.
       
      .proto.SignatureList sigs = 2 [deprecated = true];
      Returns:
      Whether the sigs field is set.
    • getSigs

      Deprecated.
      proto.Transaction.sigs is deprecated. See transaction.proto;l=135
       *
       Replaced with `signedTransactionBytes`.<br/>
       The signatures on the body.
       
      .proto.SignatureList sigs = 2 [deprecated = true];
      Returns:
      The sigs.
    • hasSigMap

      @Deprecated boolean hasSigMap()
      Deprecated.
      proto.Transaction.sigMap is deprecated. See transaction.proto;l=141
       *
       Replaced with `signedTransactionBytes`.<br/>
       The signatures on the body with a newer format.
       
      .proto.SignatureMap sigMap = 3 [deprecated = true];
      Returns:
      Whether the sigMap field is set.
    • getSigMap

      Deprecated.
      proto.Transaction.sigMap is deprecated. See transaction.proto;l=141
       *
       Replaced with `signedTransactionBytes`.<br/>
       The signatures on the body with a newer format.
       
      .proto.SignatureMap sigMap = 3 [deprecated = true];
      Returns:
      The sigMap.
    • getBodyBytes

      @Deprecated com.google.protobuf.ByteString getBodyBytes()
      Deprecated.
      proto.Transaction.bodyBytes is deprecated. See transaction.proto;l=147
       *
       Replaced with `signedTransactionBytes`.<br/>
       TransactionBody serialized into bytes.
       
      bytes bodyBytes = 4 [deprecated = true];
      Returns:
      The bodyBytes.
    • getSignedTransactionBytes

      com.google.protobuf.ByteString getSignedTransactionBytes()
       *
       A valid, serialized, `SignedTransaction` message.
       <p>
       This field MUST be present.
       This field MUST NOT exceed the current network transaction size limit
       (currently 6144 bytes).
       
      bytes signedTransactionBytes = 5;
      Returns:
      The signedTransactionBytes.