Interface MapProofOuterClass.MapProofEntryOrBuilder

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

public static interface MapProofOuterClass.MapProofEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    Types.Hash getHash()
    .exonum.crypto.Hash hash = 2;
    Types.HashOrBuilder getHashOrBuilder()
    .exonum.crypto.Hash hash = 2;
    com.google.protobuf.ByteString getProofPath()
    bytes proof_path = 1;
    boolean hasHash()
    .exonum.crypto.Hash hash = 2;

    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

    • getProofPath

      com.google.protobuf.ByteString getProofPath()
      bytes proof_path = 1;
      Returns:
      The proofPath.
    • hasHash

      boolean hasHash()
      .exonum.crypto.Hash hash = 2;
      Returns:
      Whether the hash field is set.
    • getHash

      Types.Hash getHash()
      .exonum.crypto.Hash hash = 2;
      Returns:
      The hash.
    • getHashOrBuilder

      Types.HashOrBuilder getHashOrBuilder()
      .exonum.crypto.Hash hash = 2;