Package org.bdware.bdledger.api.grpc.pb
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 TypeMethodDescriptioncom.google.protobuf.ByteString
getHash()
事务哈希账本名称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.
-