Create a new CTxMemPool. Sanity checks will be off by default for performance, because otherwise accepting transactions becomes O(N^2) where N is the number of transactions in the pool.
| Name | Description |
|---|---|
| opts | The configuration options for the new mempool. |
| error | Set to a descriptive message if construction fails. |