consts.py 292 B

12345678910111213141516
  1. STAKEHOLDERS_DISTRIBUTIONS='distributions'
  2. STAKEHOLDERS='stakeholders'
  3. SEED='seed'
  4. TX='tx'
  5. # block keys
  6. '''
  7. the block in praos is consistent of the following
  8. (sl, st,d, B_pi, sigma)
  9. '''
  10. SLOT = "SLOT" # sl
  11. STATE = "STATE" #st
  12. DATA = "DATA" #d
  13. PROOF = "PROOF" #B_pi
  14. SIGN = "SIGNATURE" #sigma