Post
Topic
Board Development & Technical Discussion
Where are functions: Add transaction, Sign transaction, Check transaction ...
by
skylord56
on 22/05/2018, 15:59:33 UTC
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