Expand description
Transaction functions.
Functionsยง
- add_tx
- Add a
Transaction(and related data) to the database. - get_
num_ tx - How many
Transactions are there? - get_tx
- Retrieve a
Transactionfrom the database with itsTxHash. - get_
tx_ from_ id - Retrieve a
Transactionfrom the database with itsTxId. - remove_
tx - Remove a transaction from the database with its
TxHash. - tx_
exists - Check if a transaction exists in the database.