You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| nVersion | uint16_t | 2 | Version of the SML entry |`PROTOCOL_VERSION` >= `70228`|
102
+
| proRegTxHash | uint256 | 32 | The hash of the ProRegTx that identifies the masternode |_Not applicable_|
103
+
| confirmedHash | uint256 | 32 | The hash of the block at which the masternode got confirmed |_Not applicable_|
104
+
| networkInfo | byte[]| variable | Masternode network information (see [appendix](dip-0003.md#appendix-c-network-information)) |_Not applicable_|
105
+
| pubKeyOperator | BLSPubKey | 48 | The operators public key |_Not applicable_|
106
+
| keyIDVoting | CKeyID | 20 | The public key hash used for voting. |_Not applicable_|
107
+
| isValid | bool | 1 | True if a masternode is not PoSe-banned |_Not applicable_|
108
+
| type | uint_16 | 0 or 2 | Masternode type. 0 for regular masternode, 1 for EvoNode. |`PROTOCOL_VERSION` >= `70227` and `nVersion` == 2 |
109
+
| platformHTTPPort | uint_16 | 0 or 2 | TCP port of Platform HTTP/API interface (network byte order). Only present for masternode type 1. |`PROTOCOL_VERSION` >= `70227` and `nVersion` == 2 |
110
+
| platformNodeID | byte[]| 0 or 20 | Dash Platform P2P node ID, derived from P2P public key. Only present for masternode type 1. |`PROTOCOL_VERSION` >= `70227` and `nVersion` == 2 |
115
111
116
-
The new `type`, `platformHTTPPort` and `platformNodeID` fields will be serialised only when v19 activates and only for entries with `nVersion` equals to 2.
117
-
118
-
Clients with protocol version greater than or equal to 70228 will receive the following field just before `proRegTxHash`.
0 commit comments