Advertisement
Guest User

Untitled

a guest
Oct 10th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class Block
  2. {
  3. public int Height { get; set; }
  4. public Int64 TimeStamp { get; set; }
  5. public byte[] PrevHash { get; set; }
  6. public byte[] Hash { get; set; }
  7. public Transaction[] Transactions { get; set; }
  8. public string Creator { get; set; }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement