Function bitcoin_restapi::get_node_context
source · pub fn get_node_context(
context: &dyn Any,
req: *mut HTTPRequest
) -> *mut NodeContextExpand description
| 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. |