mirror of
https://github.com/seigler/dips
synced 2025-07-27 09:46:12 +00:00
Add confirmedHash to SML entries (#30)
This commit is contained in:
parent
432c4a977e
commit
3eef1d603a
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ A SML entry consists of the following fields:
|
||||||
| Field | Type | Size | Description |
|
| Field | Type | Size | Description |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| proRegTxHash | uint256 | 32 | The hash of the ProRegTx that identifies the masternode |
|
| proRegTxHash | uint256 | 32 | The hash of the ProRegTx that identifies the masternode |
|
||||||
|
| confirmedHash | uint256 | 32 | The hash of the block at which the masternode got confirmed |
|
||||||
| ipAddress | byte[] | 16 | IPv6 address in network byte order. Only IPv4 mapped addresses are allowed (to be extended in the future) |
|
| ipAddress | byte[] | 16 | IPv6 address in network byte order. Only IPv4 mapped addresses are allowed (to be extended in the future) |
|
||||||
| port | uint_16 | 2 | Port (network byte order) |
|
| port | uint_16 | 2 | Port (network byte order) |
|
||||||
| pubKeyOperator | BLSPubKey | 48 | The operators public key |
|
| pubKeyOperator | BLSPubKey | 48 | The operators public key |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue