Function massa_bootstrap::client::bootstrap_from_server
source ยท pub(crate) fn bootstrap_from_server(
cfg: &BootstrapConfig,
client: &mut BootstrapClientBinder,
next_bootstrap_message: &mut BootstrapClientMessage,
global_bootstrap_state: &mut GlobalBootstrapState,
our_version: Version,
) -> Result<(), BootstrapError>
Expand description
Gets the state from a bootstrap server (internal private function) needs to be CANCELLABLE