13#ifndef BITCOIN_NODE_TYPES_H
14#define BITCOIN_NODE_TYPES_H
static constexpr CAmount MAX_MONEY
No amount larger than this (in satoshi) is valid.
int64_t CAmount
Amount in satoshis (Can be negative)
Serialized script, used inside transaction inputs and outputs.
static constexpr unsigned int DEFAULT_BLOCK_RESERVED_WEIGHT
Default for -blockreservedweight.
@ OK
The message verification was successful.
size_t block_reserved_weight
The default reserved weight for the fixed-size block header, transaction count and coinbase transacti...
CScript coinbase_output_script
Script to put in the coinbase transaction.
bool use_mempool
Set false to omit mempool transactions.
size_t coinbase_output_max_additional_sigops
The maximum additional sigops which the pool will add in coinbase transaction outputs.
MillisecondsDouble timeout
How long to wait before returning nullptr instead of a new template.
CAmount fee_threshold
The wait method will not return a new template unless it has fees at least fee_threshold sats higher ...
std::chrono::duration< double, std::chrono::milliseconds::period > MillisecondsDouble