Skip to content

Instantly share code, notes, and snippets.

@matiasvillaverde
Created December 18, 2017 15:20
Show Gist options
  • Save matiasvillaverde/a9e08e6b640a6226a64b91ab8fa12bfa to your computer and use it in GitHub Desktop.
Save matiasvillaverde/a9e08e6b640a6226a64b91ab8fa12bfa to your computer and use it in GitHub Desktop.
struct Block {
let timestamp: Date
let data: String
let previousBlockHash: Int
let hash: Int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment