async fn handle_receive_tip_request(
handler: ProtocolGenericHandlerPtr<TipRequest, TipResponse>,
validator: ValidatorPtr,
) -> Result<()>Expand description
Background handler function for ProtocolSyncTip.
async fn handle_receive_tip_request(
handler: ProtocolGenericHandlerPtr<TipRequest, TipResponse>,
validator: ValidatorPtr,
) -> Result<()>Background handler function for ProtocolSyncTip.