tx_pool library

Functions

addPoolTransaction(String transaction, String? bJJ) → void
Adds a transaction to the transaction pool
getPoolTransactions(String? accountIndex, String? bJJ) Future<List<PoolTransaction?>>
Fetches the transaction details for each transaction in the pool for the specified account index and bjj
removePoolTransaction(String? bJJ, String? transactionId) → void
Removes a transaction from the transaction pool @param {string} bJJ - The account with which the transaction was originally made @param {string} transactionId - The transaction identifier to remove from the pool @returns {void}