Enum finality_grandpa::voter::Callback [−][src]
Callback used to pass information about the outcome of importing a given message (e.g. vote, commit, catch up). Useful to propagate data to the network after making sure the import is successful.
Variants
Default value.
Callback to execute given a processing outcome.
Implementations
impl<O> Callback<O>
[src]
impl<O> Callback<O>
[src]