Expand description
Transaction functions.
Functionsยง
- add_tx
- Add a
Transaction
(and related data) to the database. - get_
num_ tx - How many
Transaction
s are there? - get_tx
- Retrieve a
Transaction
from the database with itsTxHash
. - get_
tx_ from_ id - Retrieve a
Transaction
from 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.