Skip to content

Instantly share code, notes, and snippets.

@mgraczyk
Created June 28, 2018 23:16
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 mgraczyk/bf1ed4269cbe9ae9923d82967f06abb2 to your computer and use it in GitHub Desktop.
Save mgraczyk/bf1ed4269cbe9ae9923d82967f06abb2 to your computer and use it in GitHub Desktop.
message Node {
map<string, Transaction> queried = 1;
map<string, Transaction> transactions = 2;
map<uint64, ConflictSet> conflicts = 3;
map<string, uint64> chits = 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment