Hi,
I need to know where are the functions responsible to:
- Add transaction
- Sign the transaction by private key
- Check the transaction by nodes
- Add to mempool
In the bitcoin code please ?
What is the function reponsible to check if transaction can be added to block by all nodes, and if it's correct ?
Thank's