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 Type
    Method
    Description
    com.google.protobuf.ByteString
    Hash of the created transaction 事务哈希

    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

    • getHash

      com.google.protobuf.ByteString getHash()
       Hash of the created transaction
       事务哈希
       
      bytes hash = 1;
      Returns:
      The hash.