Skip to content

Instantly share code, notes, and snippets.

@bradford-hamilton
Created May 25, 2018 01:01
Show Gist options
  • Save bradford-hamilton/2a3df71116fa3c158629085e910dcbde to your computer and use it in GitHub Desktop.
Save bradford-hamilton/2a3df71116fa3c158629085e910dcbde to your computer and use it in GitHub Desktop.
blockchain = [] of NamedTuple(
index: Int32,
timestamp: String,
data: String,
hash: String,
prev_hash: String,
difficulty: Int32,
nonce: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment