Last active
January 2, 2018 09:11
-
-
Save mehmetcemyucel/f1bde1abe87c2731b16eff6a37aca4ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.cem; | |
public class Block { | |
private final long index; | |
private final String previousHash; | |
private final String hash; | |
private final String timestamp; | |
private final java.util.List<String> transactionList; | |
private long nonce; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment