Initialize node and wallet interface pointers. Has no prerequisites or side effects besides allocating memory.
Synopsis
Declared in <init.h>
bool
AppInitInterfaces(node::NodeContext& node);
Return Value
true if the interfaces were initialized successfully.
Parameters
Name |
Description |
node |
The node context whose interface pointers are initialized. |
Created with MrDocs