src/main/java/software/amazon/qldb/tutorial/model/streams/BlockSummaryRecord.java [52:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                              @JsonProperty("transactionId") final String transactionId,
                              @JsonProperty("blockTimestamp") final Date blockTimestamp,
                              @JsonProperty("blockHash") final byte[] blockHash,
                              @JsonProperty("entriesHash") final byte[] entriesHash,
                              @JsonProperty("previousBlockHash") final byte[] previousBlockHash,
                              @JsonProperty("entriesHashList") final byte[][] entriesHashList,
                              @JsonProperty("transactionInfo") final TransactionInfo transactionInfo,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/software/amazon/qldb/tutorial/qldb/JournalBlock.java [61:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        @JsonProperty("transactionId") final String transactionId,
                        @JsonProperty("blockTimestamp") final Date blockTimestamp,
                        @JsonProperty("blockHash") final byte[] blockHash,
                        @JsonProperty("entriesHash") final byte[] entriesHash,
                        @JsonProperty("previousBlockHash") final byte[] previousBlockHash,
                        @JsonProperty("entriesHashList") final byte[][] entriesHashList,
                        @JsonProperty("transactionInfo") final TransactionInfo transactionInfo,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



