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