Skip to content

Instantly share code, notes, and snippets.

@mehmetcemyucel
Last active January 2, 2018 09:11
Show Gist options
  • Save mehmetcemyucel/f1bde1abe87c2731b16eff6a37aca4ed to your computer and use it in GitHub Desktop.
Save mehmetcemyucel/f1bde1abe87c2731b16eff6a37aca4ed to your computer and use it in GitHub Desktop.
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