Package org.bdware.bdledger.api.grpc.pb
Interface LedgerProto.SendTransactionResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LedgerProto.SendTransactionResponse,LedgerProto.SendTransactionResponse.Builder
- Enclosing class:
LedgerProto
public static interface LedgerProto.SendTransactionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetHash()Hash of the created transaction 事务哈希Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getHash
com.google.protobuf.ByteString getHash()Hash of the created transaction 事务哈希
bytes hash = 1;- Returns:
- The hash.
-