Module node_interface

Source
Expand description

node_interface, which holds NodeInterface and related methods that define the API to interact with the floresta node

Macros§

extract_variant 🔒

Structs§

NodeInterface
A struct representing the interface to the node.
PeerInfo
A struct representing a peer connected to the node.
RequestData

Enums§

AddNode
A request to addnode that can be made to the node.
NodeResponse
A response that can be sent back to the user.
UserRequest
A request that can be made to the node.

Functions§

serialize_service_flags 🔒