Skip to content

Instantly share code, notes, and snippets.

@josemmo
Created March 28, 2018 09:14
Show Gist options
  • Save josemmo/fce97654835404396dc3fdfe52c73b97 to your computer and use it in GitHub Desktop.
Save josemmo/fce97654835404396dc3fdfe52c73b97 to your computer and use it in GitHub Desktop.
private final long index;
private final ArrayList<Transaction> transactions;
private long nonce = 0;
private String hash;
private final String previous_hash;
private final PublicKey miner;
private final float fee;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment