Interface MigrationWrappedHashesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
MigrationWrappedHashes, MigrationWrappedHashes.Builder

@Generated public interface MigrationWrappedHashesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    * The block number these wrapped hashes belong to.
    com.google.protobuf.ByteString
    * The wrapped-record consensus timestamp hash for a block.
    com.google.protobuf.ByteString
    * The wrapped-record output items tree root hash for a block.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getBlockNumber

      long getBlockNumber()
       *
       The block number these wrapped hashes belong to.
       
      uint64 block_number = 1;
      Returns:
      The blockNumber.
    • getConsensusTimestampHash

      com.google.protobuf.ByteString getConsensusTimestampHash()
       *
       The wrapped-record consensus timestamp hash for a block.
       
      bytes consensus_timestamp_hash = 2;
      Returns:
      The consensusTimestampHash.
    • getOutputItemsTreeRootHash

      com.google.protobuf.ByteString getOutputItemsTreeRootHash()
       *
       The wrapped-record output items tree root hash for a block.
       
      bytes output_items_tree_root_hash = 3;
      Returns:
      The outputItemsTreeRootHash.