Module narwhal_test_utils::cluster
source · [−]Structs
The authority details hold all the necessary structs and details
to identify and manage a specific authority. An authority is
composed of its primary node and the worker nodes. Via this struct
we can manage the nodes one by one or in batch fashion (ex stop_all).
The Authority can be cloned and reused across the instances as its
internals are thread safe. So changes made from one instance will be
reflected to another.