AppInitInterfaces

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

NameDescription
nodeThe node context whose interface pointers are initialized.