Skip to content

Instantly share code, notes, and snippets.

@brakmic
Last active October 3, 2017 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brakmic/2fb0a1755d6b6c4130289e5865db2cf7 to your computer and use it in GitHub Desktop.
Save brakmic/2fb0a1755d6b6c4130289e5865db2cf7 to your computer and use it in GitHub Desktop.
Bitcoin Block (simplified)
class Block {
public:
BlockHeader Header;
vector Transactions;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment