Skip to content

Instantly share code, notes, and snippets.

@matiasvillaverde
Created December 18, 2017 15:33
Show Gist options
  • Save matiasvillaverde/2664973a7a097ae95d3342001dd97a18 to your computer and use it in GitHub Desktop.
Save matiasvillaverde/2664973a7a097ae95d3342001dd97a18 to your computer and use it in GitHub Desktop.
struct Blockchain {
var blocks: [Block]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment