Block
Properties
| Property | Type | Description |
|---|---|---|
| PrevBlock | string | The hash of the previous block |
| Version | string | Blockchain version |
| Data | BlockData | Data stored in the block |
| TimpeStamp | string | Timestamp of when the block was minted |
| ValidatorKey | string | Public key of the validator |
| Signature | string | Hash of the block encrypted by the validators private key |