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
| request_id | U32 | Unique identifier for pairing the response |
150
-
| mining_job_token | B0_255 | Previously reserved mining job token received by AllocateMiningJobToken.Success |
151
-
| version | U32 | Version header field. To be later modified by BIP320-consistent changes. |
152
-
| prev_hash | U256 |Optional. Contains the chain tip that the template is based on. JDS SHOULD accept templates based on different tips, as long as they are on the best block height and don't contain double spends. |
153
-
| coinbase_tx_prefix | B0_64K | Serialized bytes representing the initial part of the coinbase transaction (not including extranonce) |
| request_id | U32 | Unique identifier for pairing the response |
150
+
| mining_job_token | B0_255 | Previously reserved mining job token received by AllocateMiningJobToken.Success |
151
+
| version | U32 | Version header field. To be later modified by BIP320-consistent changes. |
152
+
| prev_hash | U256 | Contains the chain tip that the template is based on. JDS SHOULD accept templates based on different tips, as long as they are on the best block height and don't contain double spends. |
153
+
| coinbase_tx_prefix | B0_64K | Serialized bytes representing the initial part of the coinbase transaction (not including extranonce) |
154
154
| coinbase_tx_suffix | B0_64K | Serialized bytes representing the final part of the coinbase transaction (after extranonce) |
155
-
| tx_ids_list | SEQ0_64K[U256]| List of hashes of the transaction set contained in the template. JDS checks the list against its mempool and requests missing txs via `ProvideMissingTransactions`. Does not include the coinbase transaction (as there is no corresponding full data for it yet). |
156
-
| excess_data | B0_64K | Extra data which the Pool may require to validate the work (as defined in the Template Distribution Protocol) |
155
+
| tx_ids_list | SEQ0_64K[U256]| List of hashes of the transaction set contained in the template. JDS checks the list against its mempool and requests missing txs via `ProvideMissingTransactions`. Does not include the coinbase transaction (as there is no corresponding full data for it yet). |
156
+
| excess_data | B0_64K | Extra data which the Pool may require to validate the work (as defined in the Template Distribution Protocol) |
0 commit comments