The following interfaces are defined here:
Chain clients. Added in #14437.handleEvent methods on interfaces above and used to manage lifetimes of event handlers.bitcoin-cli to be able to call RPC methods over a unix socket instead of TCP.The interfaces above define boundaries between major components of bitcoin code (node, wallet, and gui), making it possible for them to run in different processes, and be tested, developed, and understood independently. These interfaces are not currently designed to be stable or to be used externally.