pub struct ConsensusNotificationResponse {
pub result: Result<(), Error>,
}Expand description
The result returned by state sync for a consensus notification.
Fields§
§result: Result<(), Error>pub struct ConsensusNotificationResponse {
pub result: Result<(), Error>,
}The result returned by state sync for a consensus notification.
result: Result<(), Error>