Interface QueryProto.GetTransactionByHashRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    事务哈希
    账本名称
    com.google.protobuf.ByteString
    账本名称

    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

    • getLedger

      String getLedger()
       账本名称
       
      string ledger = 1;
      Returns:
      The ledger.
    • getLedgerBytes

      com.google.protobuf.ByteString getLedgerBytes()
       账本名称
       
      string ledger = 1;
      Returns:
      The bytes for ledger.
    • getHash

      com.google.protobuf.ByteString getHash()
       事务哈希
       
      bytes hash = 2;
      Returns:
      The hash.