menu
hermez_sdk package
documentation
tx_pool.dart
tx_pool.dart
dark_mode
light_mode
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}
hermez_sdk package
documentation
tx_pool.dart
hermez_sdk
package
Libraries
addresses
api
constants
contracts
eddsa_babyjub
environment
fee_factors
hermez_compressed_amount
hermez_sdk
hermez_wallet
http
http_exceptions
libs/circomlib
model/account
model/accounts_response
model/batch
model/bucket
model/coordinator
model/coordinators_response
model/create_account_authorization
model/exit
model/exits_request
model/exits_response
model/forged_transaction
model/forged_transactions_request
model/forged_transactions_response
model/forger
model/l1info
model/l2info
model/merkle_proof
model/metrics
model/network
model/pagination
model/period
model/pool_transaction
model/recommended_fee
model/rollup
model/state_response
model/token
model/tokens_request
model/tokens_response
model/transaction
model/withdrawal_delayer
tokens
tx
tx_pool
tx_utils
utils
utils/contract_parser
utils/eip712
utils/structs
utils/uint8_list_utils
tx_pool library