#include <types.h>
Definition at line 30 of file types.h.
◆ coinbase_max_additional_weight
| size_t node::BlockCreateOptions::coinbase_max_additional_weight {4000} |
The maximum additional weight which the pool will add to the coinbase scriptSig, witness and outputs.
This must include any additional weight needed for larger CompactSize encoded lengths.
Definition at line 40 of file types.h.
◆ coinbase_output_max_additional_sigops
| size_t node::BlockCreateOptions::coinbase_output_max_additional_sigops {400} |
The maximum additional sigops which the pool will add in coinbase transaction outputs.
Definition at line 45 of file types.h.
◆ use_mempool
| bool node::BlockCreateOptions::use_mempool {true} |
Set false to omit mempool transactions.
Definition at line 34 of file types.h.
The documentation for this struct was generated from the following file: