pub struct ConsensusSyncNotification {
pub target: LedgerInfoWithSignatures,
/* private fields */
}
Expand description
A commit notification to notify state sync to sync to the specified target.
Fields§
§target: LedgerInfoWithSignatures
pub struct ConsensusSyncNotification {
pub target: LedgerInfoWithSignatures,
/* private fields */
}
A commit notification to notify state sync to sync to the specified target.
target: LedgerInfoWithSignatures