| Get the node context chainstatemanager.
|
| ———–
| @param[in] req
|
| The HTTP request, whose status code
| will be set if node context chainstatemanager
| is not found.
|
| ———–
| @return
|
| Pointer to the chainstatemanager or
| nullptr if none found.
|
| Get the node context mempool.
|
| ———–
| @param[in] req
|
| The HTTP request, whose status code
| will be set if node context mempool is
| not found.
|
| ———–
| @return
|
| Pointer to the mempool or nullptr if
| no mempool found.
|
| Get the node context.
|
| ———–
| @param[in] req
|
| The HTTP request, whose status code
| will be set if node context is not found.
|
| ———–
| @return
|
| Pointer to the node context or nullptr
| if not found.
|
| A bit of a hack - dependency on a function
| defined in rpc/blockchain.cpp
|