Expand description
Transaction functions.
Functionsยง
- add_
tx_ info_ to_ dynamic_ tables - Adds the tx info and related data to the dynamic tables.
- add_
tx_ info_ to_ tapes - Adds the tx info and related data to the tapes, this does not add the tx blob to the tapes.
- get_
num_ tx - How many [
Transaction]s are there? - get_tx
- Retrieve a [
Transaction] from the database with itsTxHash. - get_
tx_ blob_ from_ id - Returns the tx-blob from a tx id.
- get_
tx_ from_ id - Retrieve a [
Transaction] from the database with itsTxId. - remove_
tx_ from_ dynamic_ tables - Removes a transaction from the dynamic tables.
- tx_
exists - Check if a transaction exists in the database.