| 12345678910111213141516 |
- STAKEHOLDERS_DISTRIBUTIONS='distributions'
- STAKEHOLDERS='stakeholders'
- SEED='seed'
- TX='tx'
- # block keys
- '''
- the block in praos is consistent of the following
- (sl, st,d, B_pi, sigma)
- '''
- SLOT = "SLOT" # sl
- STATE = "STATE" #st
- DATA = "DATA" #d
- PROOF = "PROOF" #B_pi
- SIGN = "SIGNATURE" #sigma
|