Writes a human‐readable form of a chainstate role to a stream.
Synopsis
Declared in <kernel/chain.h>
std::ostream&
operator<<(
std::ostream& os,
ChainstateRole const& role);
Return Value
The output stream os.
Parameters
Name |
Description |
os |
Output stream to write to. |
role |
Chainstate role to format. |
Created with MrDocs