Bitcoin Core  28.1.0
P2P Digital Currency
Public Attributes | List of all members
node::BlockCreateOptions Struct Reference

#include <types.h>

Inheritance diagram for node::BlockCreateOptions:
[legend]

Public Attributes

bool use_mempool {true}
 Set false to omit mempool transactions. More...
 
size_t coinbase_max_additional_weight {4000}
 The maximum additional weight which the pool will add to the coinbase scriptSig, witness and outputs. More...
 
size_t coinbase_output_max_additional_sigops {400}
 The maximum additional sigops which the pool will add in coinbase transaction outputs. More...
 

Detailed Description

Definition at line 30 of file types.h.

Member Data Documentation

◆ 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: