Available on crate features
node-api
and node
only.Expand description
Support for maintaining the state of the transaction pool
Functionsยง
- maintain_
transaction_ pool_ conditional - Maintains the state of the conditional tx in the transaction pool by handling new blocks and reorgs.
- maintain_
transaction_ pool_ conditional_ future - Returns a spawnable future for maintaining the state of the conditional txs in the transaction pool.
- maintain_
transaction_ pool_ interop - Maintains the state of the interop tx in the transaction pool by handling new blocks and reorgs.
- maintain_
transaction_ pool_ interop_ future - Returns a spawnable future for maintaining the state of the interop tx in the transaction pool.