Interface QueryProto.GetTransactionByHashResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QueryProto.GetTransactionByHashResponse, QueryProto.GetTransactionByHashResponse.Builder
Enclosing class:
QueryProto

public static interface QueryProto.GetTransactionByHashResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    事务信息
    事务信息
    boolean
    事务信息

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTransaction

      boolean hasTransaction()
       事务信息
       
      .bdware.bdledger.api.Transaction transaction = 1;
      Returns:
      Whether the transaction field is set.
    • getTransaction

      CommonProto.Transaction getTransaction()
       事务信息
       
      .bdware.bdledger.api.Transaction transaction = 1;
      Returns:
      The transaction.
    • getTransactionOrBuilder

      CommonProto.TransactionOrBuilder getTransactionOrBuilder()
       事务信息
       
      .bdware.bdledger.api.Transaction transaction = 1;