# Functions
AddBlockHook registers your hook function for all future operations.
AddMempoolTransactionHook registers your hook function for all future operations.
AddTransactionAuditlogHook registers your hook function for all future operations.
AddUtxoHook registers your hook function for all future operations.
BlockExists checks if the Block row exists.
Blocks retrieves all the records using an executor.
FindBlock retrieves a single record by ID with an executor.
FindMempoolTransaction retrieves a single record by ID with an executor.
FindTransactionAuditlog retrieves a single record by ID with an executor.
FindUtxo retrieves a single record by ID with an executor.
MempoolTransactionExists checks if the MempoolTransaction row exists.
MempoolTransactions retrieves all the records using an executor.
NewQuery initializes a new Query using the passed in QueryMods.
TransactionAuditlogExists checks if the TransactionAuditlog row exists.
TransactionAuditlogs retrieves all the records using an executor.
UtxoExists checks if the Utxo row exists.
Utxos retrieves all the records using an executor.
# Constants
Enum values for transaction_status.
Enum values for transaction_status.
Enum values for transaction_status.
# Variables
No description provided by the author
BlockRels is where relationship names are stored.
No description provided by the author
ErrSyncFail occurs during insert when the record could not be retrieved in order to populate default value information.
No description provided by the author
MempoolTransactionRels is where relationship names are stored.
No description provided by the author
No description provided by the author
No description provided by the author
TransactionAuditlogRels is where relationship names are stored.
No description provided by the author
No description provided by the author
UtxoRels is where relationship names are stored.
No description provided by the author
# Structs
Block is an object representing the database table.
MempoolTransaction is an object representing the database table.
TransactionAuditlog is an object representing the database table.
Utxo is an object representing the database table.
# Type aliases
No description provided by the author
No description provided by the author
M type is for providing columns and column values to UpdateAll.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author